mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-01 10:01:07 +02:00
chore(tauri.js) default config with all API enabled and distDir fixed (#307)
This commit is contained in:
committed by
nothingismagick
parent
e2cafb7efa
commit
dc5947ea08
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user