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
+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",