OpenCut/apps/web/wrangler.jsonc

18 lines
429 B
Plaintext

{
"$schema": "node_modules/wrangler/config-schema.json",
"name": "opencut",
"main": ".open-next/worker.js",
"compatibility_date": "2025-04-01",
"compatibility_flags": ["nodejs_compat", "global_fetch_strictly_public"],
"assets": {
"directory": ".open-next/assets",
"binding": "ASSETS"
},
"services": [
{
"binding": "WORKER_SELF_REFERENCE",
"service": "opencut"
}
]
}