Yaltopia-FIFA/wrangler.jsonc
Kirubel-Kibru-Yaltopia 89440985f1
Some checks failed
Deploy to Cloudflare Workers / deploy (push) Has been cancelled
x
2026-05-24 21:46:10 +03:00

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"
}
}