فهرست منبع

chore(tauri.js) default config with all API enabled and distDir fixed (#307)

Lucas Fernandes Nogueira 5 سال پیش
والد
کامیت
dc5947ea08
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      cli/tauri.js/src/template/defaultConfig.ts

+ 2 - 2
cli/tauri.js/src/template/defaultConfig.ts

@@ -1,6 +1,6 @@
 export default {
   build: {
-    distDir: 'dist',
+    distDir: '../dist',
     devPath: 'http://localhost:4000'
   },
   ctx: {},
@@ -12,7 +12,7 @@ export default {
       active: true
     },
     whitelist: {
-      all: false
+      all: true
     },
     window: {
       title: 'Tauri App'