diff options
author | Remy Raes <contact@remyraes.com> | 2022-09-20 23:35:47 +0200 |
---|---|---|
committer | Remy Raes <contact@remyraes.com> | 2022-09-20 23:35:47 +0200 |
commit | 21cd1112de9ffc23ff48df990cdaf4b54dfb511f (patch) | |
tree | 489df8e381fbe3553c3a6e63016ecf5bff5ff4a5 /src-tauri/tauri.conf.json | |
parent | 2e622c0989f6abe35e6d8bbd20d523a37e87d923 (diff) | |
download | FlightCore-21cd1112de9ffc23ff48df990cdaf4b54dfb511f.tar.gz FlightCore-21cd1112de9ffc23ff48df990cdaf4b54dfb511f.zip |
build: add new tauri configuration
Diffstat (limited to 'src-tauri/tauri.conf.json')
-rw-r--r-- | src-tauri/tauri.conf.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 712e1856..ff4a4761 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": { |