Browse Source

fix(examples): API example `distDir` regression

Lucas Nogueira 3 years ago
parent
commit
b2b99aea0e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/api/src-tauri/tauri.conf.json

+ 1 - 1
examples/api/src-tauri/tauri.conf.json

@@ -1,6 +1,6 @@
 {
   "build": {
-    "distDir": "../",
+    "distDir": "../public",
     "devPath": "http://localhost:5000",
     "beforeDevCommand": "yarn dev",
     "beforeBuildCommand": "yarn build"