11{
2- "$schema" : " node_modules/wrangler/config-schema.json" ,
3- "main" : " .open-next/worker.js" ,
4- "name" : " mikn-dev" ,
5- "compatibility_date" : " 2025-05-03" ,
6- "compatibility_flags" : [
7- // Enable Node.js API
8- // see https://developers.cloudflare.com/workers/configuration/compatibility-flags/#nodejs-compatibility-flag
9- " nodejs_compat" ,
10- // Allow to fetch URLs in your app
11- // see https://developers.cloudflare.com/workers/configuration/compatibility-flags/#global-fetch-strictly-public
12- " global_fetch_strictly_public"
13- ],
14- "assets" : {
15- "directory" : " .open-next/assets" ,
16- "binding" : " ASSETS"
17- },
18- "kv_namespaces" : [
19- {
20- "binding" : " NEXT_INC_CACHE_KV" ,
21- "id" : " 914f30b5215d4d3c9dbae19952e042c5"
22- }
23- ],
24- "durable_objects" : {
25- "bindings" : [
26- {
27- "name" : " NEXT_CACHE_DO_QUEUE" ,
28- "class_name" : " DOQueueHandler"
29- }
30- ]
31- },
32- "migrations" : [
33- {
34- "tag" : " v1" ,
35- "new_sqlite_classes" : [" DOQueueHandler" , " DOShardedTagCache" ]
36- }
37- ],
38- "services" : [
39- {
40- "binding" : " WORKER_SELF_REFERENCE" ,
41- // The service should match the "name" of your worker
42- "service" : " mikn-dev"
43- }
44- ]
45- }
2+ "$schema" : " node_modules/wrangler/config-schema.json" ,
3+ "main" : " .open-next/worker.js" ,
4+ "name" : " mikn-dev" ,
5+ "compatibility_date" : " 2025-05-03" ,
6+ "compatibility_flags" : [
7+ // Enable Node.js API
8+ // see https://developers.cloudflare.com/workers/configuration/compatibility-flags/#nodejs-compatibility-flag
9+ " nodejs_compat" ,
10+ // Allow to fetch URLs in your app
11+ // see https://developers.cloudflare.com/workers/configuration/compatibility-flags/#global-fetch-strictly-public
12+ " global_fetch_strictly_public"
13+ ],
14+ "assets" : {
15+ "directory" : " .open-next/assets" ,
16+ "binding" : " ASSETS"
17+ },
18+ "kv_namespaces" : [
19+ {
20+ "binding" : " NEXT_INC_CACHE_KV" ,
21+ "id" : " 914f30b5215d4d3c9dbae19952e042c5"
22+ }
23+ ],
24+ "durable_objects" : {
25+ "bindings" : [
26+ {
27+ "name" : " NEXT_CACHE_DO_QUEUE" ,
28+ "class_name" : " DOQueueHandler"
29+ }
30+ ]
31+ },
32+ "migrations" : [
33+ {
34+ "tag" : " v1" ,
35+ "new_sqlite_classes" : [" DOQueueHandler" , " DOShardedTagCache" ]
36+ }
37+ ],
38+ "services" : [
39+ {
40+ "binding" : " WORKER_SELF_REFERENCE" ,
41+ // The service should match the "name" of your worker
42+ "service" : " mikn-dev"
43+ }
44+ ]
45+ }
0 commit comments