ChatRoom/vue.config.js

7 lines
105 B
JavaScript

module.exports = {
pluginOptions: {
electronBuilder: {
nodeIntegration: true,
},
},
};