Эх сурвалжийг харах

fix(examples): API example `distDir` regression

Lucas Nogueira 3 жил өмнө
parent
commit
b2b99aea0e

+ 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"