diff --git a/vue.config.js b/vue.config.js new file mode 100644 index 0000000..b382d83 --- /dev/null +++ b/vue.config.js @@ -0,0 +1,7 @@ +module.exports = { + pluginOptions: { + electronBuilder: { + nodeIntegration: true + } + } +}