From fa42384274a957ed4da3cd80bad5667dc8f33228 Mon Sep 17 00:00:00 2001 From: Victor Berchet Date: Tue, 21 Jan 2025 11:28:49 +0100 Subject: [PATCH] Add schema to wrangler.json (#53) --- pages/cloudflare/get-started.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/cloudflare/get-started.mdx b/pages/cloudflare/get-started.mdx index ccb2907..4a3a37a 100644 --- a/pages/cloudflare/get-started.mdx +++ b/pages/cloudflare/get-started.mdx @@ -45,6 +45,7 @@ application to be previewed and deployed, it is also where you configure your Wo You can create one yourself in the root directory of your Next.js app with the name `wrangler.json` and the following content: ```jsonc { + "$schema": "node_modules/wrangler/config-schema.json", "main": ".open-next/worker.js", "name": "my-app", "compatibility_date": "2024-12-30",