chore: init cloudflare

This commit is contained in:
Maze Winther
2026-03-26 13:54:36 +01:00
parent b62833384d
commit 271cc27cbf
10 changed files with 824 additions and 6 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"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",
},
],
}