feat(build): pass --debug arg to tauri

This commit is contained in:
Noah Klayman
2020-01-06 16:36:31 -08:00
parent 0d2089910f
commit 418ad14187

View File

@@ -88,7 +88,8 @@ module.exports = (api, options) => {
// Has to be a string, value doesn't matter
devPath: '',
distDir: '../dist_tauri/bundled'
}
},
ctx: { debug: args.debug }
})
}
)