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 6924326e02
commit 015d5e47f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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