Some checks failed
Deploy to Cloudflare Workers / deploy (push) Has been cancelled
21 lines
487 B
Plaintext
21 lines
487 B
Plaintext
{
|
|
"$schema": "node_modules/wrangler/config-schema.json",
|
|
"name": "yaltopia-fifa",
|
|
"main": ".open-next/worker.js",
|
|
"compatibility_date": "2024-12-30",
|
|
"compatibility_flags": ["nodejs_compat", "global_fetch_strictly_public"],
|
|
"assets": {
|
|
"directory": ".open-next/assets",
|
|
"binding": "ASSETS"
|
|
},
|
|
"services": [
|
|
{
|
|
"binding": "WORKER_SELF_REFERENCE",
|
|
"service": "yaltopia-fifa"
|
|
}
|
|
],
|
|
"images": {
|
|
"binding": "IMAGES"
|
|
}
|
|
}
|