fix pnpm desktop dev not working on Linux

This commit is contained in:
Oscar Beaumont
2022-06-14 14:24:53 +08:00
committed by GitHub
parent 8458ec52a5
commit d5aaa6dc65

View File

@@ -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": {