fix: Change devPath to local files
This commit is contained in:
parent
fe1c4a895d
commit
02ce6e8d5c
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
"build": {
|
||||
"beforeBuildCommand": "",
|
||||
"beforeDevCommand": "",
|
||||
"devPath": "http://localhost:8000",
|
||||
"devPath": "../dist",
|
||||
"distDir": "../dist",
|
||||
"withGlobalTauri": true
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue