浏览代码

fix(examples): API example `distDir` regression

Lucas Nogueira 3 年之前
父节点
当前提交
b2b99aea0e
共有 1 个文件被更改,包括 1 次插入1 次删除
  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"