Erasable syntax only, update pnpm

This commit is contained in:
2026-06-18 20:29:18 +02:00
parent f4c802e60b
commit 988025bfac
8 changed files with 32 additions and 135 deletions

View File

@@ -6,7 +6,7 @@
"scripts": {
"backend:dev": "bun run --watch packages/backend/src/app.ts",
"docker:build": "docker build -t music-repo .",
"docker:run": "docker run --init --publish 3000:3000 --rm music-repo",
"docker:run": "docker run --env-file .env --init --publish 3000:3000 --rm music-repo",
"frontend:build": "pnpm --filter frontend exec vite build",
"frontend:dev": "pnpm --filter frontend exec vite --open"
},