chore: init cloudflare

This commit is contained in:
Maze Winther
2026-03-29 15:49:30 +02:00
parent 722dcdd88f
commit 6dd8191f4b
10 changed files with 824 additions and 6 deletions
+2
View File
@@ -9,6 +9,8 @@
"dev:web": "turbo run dev --filter=@opencut/web",
"build:web": "turbo run build --filter=@opencut/web",
"dev:tools": "turbo run dev --filter=@opencut/tools",
"preview:web": "turbo run preview --filter=@opencut/web",
"deploy:web": "turbo run deploy --filter=@opencut/web",
"build:tools": "turbo run build --filter=@opencut/tools",
"start:tools": "turbo run start --filter=@opencut/tools",
"lint:web": "biome lint apps/web/src --max-diagnostics=1000",