mirror of
https://github.com/block/buzz.git
synced 2026-08-18 06:50:31 +02:00
Run Vite directly from Tauri dev (#110)
This commit is contained in:
@@ -4,7 +4,11 @@
|
||||
"version": "0.1.0",
|
||||
"identifier": "com.wesb.sprout",
|
||||
"build": {
|
||||
"beforeDevCommand": "pnpm dev",
|
||||
"beforeDevCommand": {
|
||||
"script": "exec ./node_modules/.bin/vite",
|
||||
"cwd": "..",
|
||||
"wait": false
|
||||
},
|
||||
"devUrl": "http://localhost:1420",
|
||||
"beforeBuildCommand": "pnpm build",
|
||||
"frontendDist": "../dist"
|
||||
|
||||
Reference in New Issue
Block a user