fix: Change devPath to local files

This commit is contained in:
ptrcnull 2022-06-20 06:28:56 +02:00
parent fe1c4a895d
commit 02ce6e8d5c
Signed by: ptrcnull
GPG key ID: 411F7B30801DD9CA

View file

@ -3,7 +3,7 @@
"build": {
"beforeBuildCommand": "",
"beforeDevCommand": "",
"devPath": "http://localhost:8000",
"devPath": "../dist",
"distDir": "../dist",
"withGlobalTauri": true
},