Updated build steps & fixed one last bug
This commit is contained in:
parent
126f397d97
commit
2c2212b523
3 changed files with 3 additions and 3 deletions
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue