fix: patch hardcoded collab URL in Excalidraw bundle at build time
Docker Build (ARM64) / Build & Push (push) Failing after 2m26s

This commit is contained in:
2026-06-24 19:26:56 +02:00
parent 0926415ffa
commit 6ed842dae9
+1 -1
View File
@@ -11,7 +11,7 @@
"start": "npm run build:server && node dist/index.js",
"canvas": "npm run build:server && node dist/server.js",
"build": "npm run build:frontend && npm run build:server",
"build:frontend": "vite build",
"build:frontend": "vite build && node scripts/patch-collab-url.mjs",
"build:server": "npx tsc",
"build:types": "npx tsc --emitDeclarationOnly",
"dev": "concurrently \"npm run dev:server\" \"vite\"",