mirror of
https://github.com/OpenCut-app/OpenCut.git
synced 2026-07-13 21:52:53 +02:00
17 lines
375 B
JSON
17 lines
375 B
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",
|
|
},
|
|
],
|
|
}
|