aboutsummaryrefslogtreecommitdiff
path: root/src-tauri/tauri.conf.json
diff options
context:
space:
mode:
Diffstat (limited to 'src-tauri/tauri.conf.json')
-rw-r--r--src-tauri/tauri.conf.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json
index 52dabec7..a1a83c2e 100644
--- a/src-tauri/tauri.conf.json
+++ b/src-tauri/tauri.conf.json
@@ -1,9 +1,9 @@
{
"$schema": "../node_modules/@tauri-apps/cli/schema.json",
"build": {
- "beforeBuildCommand": "",
- "beforeDevCommand": "",
- "devPath": "http://localhost:8080/",
+ "beforeBuildCommand": "cd src-vue && npm run build",
+ "beforeDevCommand": "cd src-vue && npm run dev",
+ "devPath": "http://localhost:5173/",
"distDir": "../dist"
},
"package": {