@setoelkahfi / svara / commits / ee69a18

Fixed build issue with dist

mellobacon committed Dec 3, 2022 at 15:33 UTC ee69a183f12d106279769e8d6eceed10c51f8c4c
2 files changed +2 -1
.gitignore
+1
@@ -1,5 +1,6 @@
1 /node_modules/
2 /public/build/
3 .vscode/
4 +dist
5
6 .DS_Store
src-tauri/tauri.conf.json
+1 -1
@@ -3,7 +3,7 @@
3 "beforeBuildCommand": "yarn build",
4 "beforeDevCommand": "yarn dev",
5 "devPath": "http://localhost:8080",
6 - "distDir": "../public",
6 + "distDir": "../dist",
7 "withGlobalTauri": false
8 },
9 "package": {