File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
examples/overrides/d1-tag-next Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 77 "build" : " next build" ,
88 "start" : " next start" ,
99 "lint" : " next lint" ,
10- "build:worker" : " pnpm opennextjs-cloudflare build" ,
11- "preview:worker" : " pnpm opennextjs-cloudflare preview" ,
10+ "build:worker" : " pnpm opennextjs-cloudflare build --skipWranglerConfigCheck " ,
11+ "preview:worker" : " pnpm opennextjs-cloudflare preview --config wrangler.e2e.jsonc " ,
1212 "preview" : " pnpm build:worker && pnpm preview:worker" ,
1313 "e2e" : " playwright test -c e2e/playwright.config.ts"
1414 },
Original file line number Diff line number Diff line change 66 "compatibility_flags" : [" nodejs_compat" , " global_fetch_strictly_public" ],
77 "assets" : {
88 "directory" : " .open-next/assets" ,
9- "binding" : " ASSETS"
9+ "binding" : " ASSETS" ,
1010 },
1111 "vars" : {
12- "APP_VERSION" : " 1.2.345"
12+ "APP_VERSION" : " 1.2.345" ,
1313 },
1414 "kv_namespaces" : [
1515 {
1616 "binding" : " NEXT_INC_CACHE_KV" ,
17- "id" : " <BINDING_ID>"
18- }
17+ "id" : " <BINDING_ID>" ,
18+ },
1919 ],
2020 "d1_databases" : [
2121 {
2222 "binding" : " NEXT_TAG_CACHE_D1" ,
2323 "database_id" : " NEXT_TAG_CACHE_D1" ,
24- "database_name" : " NEXT_TAG_CACHE_D1"
25- }
26- ]
24+ "database_name" : " NEXT_TAG_CACHE_D1" ,
25+ },
26+ ],
2727}
You can’t perform that action at this time.
0 commit comments