Browse Source

fix(examples): API example `distDir` regression

Lucas Nogueira 3 năm trước cách đây
mục cha
commit
b2b99aea0e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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"