Updated build steps & fixed one last bug

This commit is contained in:
Alois 2026-04-13 17:40:25 +02:00
commit 2c2212b523
3 changed files with 3 additions and 3 deletions

View file

@ -7,7 +7,7 @@
"build": {
"beforeDevCommand": "cd ../web && bun run dev && cd ../tauri",
"devUrl": "http://localhost:3000",
"beforeBuildCommand": "cd ../web && bun run build && cd ../tauri",
"beforeBuildCommand": "cd ../.. && bun run build:web && cd apps/tauri",
"frontendDist": "../../web/dist"
},
"app": {