24 lines
505 B
Plaintext
24 lines
505 B
Plaintext
{
|
|
"$schema": "node_modules/wrangler/config-schema.json",
|
|
"main": ".open-next/worker.js",
|
|
"name": "ghion-finance",
|
|
"compatibility_date": "2026-03-17",
|
|
"compatibility_flags": ["nodejs_compat"],
|
|
"assets": {
|
|
"directory": ".open-next/assets",
|
|
"binding": "ASSETS"
|
|
},
|
|
"services": [
|
|
{
|
|
"binding": "WORKER_SELF_REFERENCE",
|
|
"service": "ghion-finance"
|
|
}
|
|
],
|
|
"images": {
|
|
"binding": "IMAGES"
|
|
},
|
|
"observability": {
|
|
"enabled": true
|
|
},
|
|
"preview_urls": false
|
|
} |