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

This commit is contained in:
Lucas Fernandes Nogueira
2020-01-10 19:32:10 -03:00
committed by nothingismagick
parent e2cafb7efa
commit dc5947ea08

View File

@@ -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'