Files
OpenCut/wrangler.jsonc
T

17 lines
375 B
JSON
Raw Normal View History

2026-03-27 00:55:15 +01:00
{
"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",
},
],
}