Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions examples/api/wrangler.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "node_modules/wrangler/config-schema.json",
"main": ".open-next/worker.js",
"name": "api",
"compatibility_date": "2024-12-30",
Expand Down
1 change: 1 addition & 0 deletions examples/create-next-app/wrangler.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "node_modules/wrangler/config-schema.json",
"main": ".open-next/worker.js",
"name": "create-next-app",
"compatibility_date": "2024-12-30",
Expand Down
5 changes: 5 additions & 0 deletions examples/middleware/wrangler.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
{
"$schema": "node_modules/wrangler/config-schema.json",
"main": ".open-next/worker.js",
"name": "middleware",
"compatibility_date": "2024-12-30",
"compatibility_flags": ["nodejs_compat"],
"assets": {
"directory": ".open-next/assets",
"binding": "ASSETS"
},
"vars": {
// Note: Do not define keys in wrangler config.
"CLERK_ENCRYPTION_KEY": "key"
}
}
1 change: 1 addition & 0 deletions examples/vercel-blog-starter/wrangler.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "node_modules/wrangler/config-schema.json",
"main": ".open-next/worker.js",
"name": "vercel-blog-starter-on-workers",
"compatibility_date": "2024-12-30",
Expand Down
1 change: 1 addition & 0 deletions examples/vercel-commerce/wrangler.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "node_modules/wrangler/config-schema.json",
"main": ".open-next/worker.js",
"name": "vercel-commerce-on-workers",
"compatibility_date": "2024-12-30",
Expand Down
1 change: 1 addition & 0 deletions packages/cloudflare/templates/defaults/wrangler.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "node_modules/wrangler/config-schema.json",
"main": ".open-next/worker.js",
"name": "app-name",
"compatibility_date": "2024-12-30",
Expand Down
Loading