26 lines
440 B
JSON
26 lines
440 B
JSON
{
|
|
"name": "dd",
|
|
"main": ".svelte-kit/cloudflare/_worker.js",
|
|
"compatibility_date": "2025-01-15",
|
|
"compatibility_flags": ["nodejs_compat"],
|
|
"assets": {
|
|
"binding": "ASSETS",
|
|
"directory": ".svelte-kit/cloudflare"
|
|
},
|
|
"durable_objects": {
|
|
"bindings": [
|
|
{
|
|
"name": "COUNTER",
|
|
"class_name": "CounterDurableObject"
|
|
}
|
|
]
|
|
},
|
|
"migrations": [
|
|
{
|
|
"tag": "v1",
|
|
"new_sqlite_classes": ["CounterDurableObject"]
|
|
}
|
|
]
|
|
}
|
|
|