Skip to content

Commit

Permalink
Add schema to wrangler.json (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
vicb authored Jan 21, 2025
1 parent 29393e4 commit fa42384
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pages/cloudflare/get-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit fa42384

Please sign in to comment.