workmux nits

This commit is contained in:
Ruben Fiszel
2026-02-19 15:31:16 +00:00
parent ad2f81a1bd
commit 7a59e2b466
+1 -4
View File
@@ -31,16 +31,13 @@ panes:
focus: true
- command: "[ -f .env.local ] && source .env.local; cd backend && PORT=${BACKEND_PORT:-8000} cargo watch -x run"
split: horizontal
- command: "[ -f .env.local ] && source .env.local; cd frontend && REMOTE=${REMOTE:-http://localhost:${BACKEND_PORT:-8000}} npm run dev -- --port ${FRONTEND_PORT:-3000}"
- command: "[ -f .env.local ] && source .env.local; cd frontend && npm install && npm run generate-backend-client && REMOTE=${REMOTE:-http://localhost:${BACKEND_PORT:-8000}} npm run dev -- --port ${FRONTEND_PORT:-3000}"
split: vertical
files:
copy:
- backend/.env
- scripts/
symlink:
- frontend/node_modules
- frontend/.svelte-kit
sandbox:
enabled: false