Fix Svelte Build Directory
All checks were successful
Run Tests on Code / run-tests (push) Successful in 3s

This commit is contained in:
Neshura 2023-11-17 13:56:09 +01:00
parent 3356b7e9c2
commit 92e30f8cf6
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C

View file

@ -3,7 +3,7 @@
"beforeDevCommand": "yarn dev",
"beforeBuildCommand": "yarn build",
"devPath": "http://localhost:1420",
"distDir": "../build",
"distDir": "../dist",
"withGlobalTauri": false
},
"package": {