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": {
|
"build": {
|
||||||
"beforeBuildCommand": "",
|
"beforeBuildCommand": "",
|
||||||
"beforeDevCommand": "",
|
"beforeDevCommand": "",
|
||||||
"devPath": "http://localhost:8000",
|
"devPath": "../dist",
|
||||||
"distDir": "../dist",
|
"distDir": "../dist",
|
||||||
"withGlobalTauri": true
|
"withGlobalTauri": true
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue