mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-03-09 18:16:23 -04:00
fix pnpm desktop dev not working on Linux
This commit is contained in:
@@ -6,8 +6,8 @@
|
||||
"build": {
|
||||
"distDir": "../dist",
|
||||
"devPath": "http://localhost:8001",
|
||||
"beforeDevCommand": "",
|
||||
"beforeBuildCommand": ""
|
||||
"beforeDevCommand": "pnpm exec vite --clearScreen=false",
|
||||
"beforeBuildCommand": "pnpm exec vite build"
|
||||
},
|
||||
"tauri": {
|
||||
"bundle": {
|
||||
|
||||
Reference in New Issue
Block a user