Feat: fs is now working!!

This commit is contained in:
Bertrand Benjamin 2021-08-05 09:59:08 +02:00
parent 0bd48159a4
commit 4a9e49fc20
1 changed files with 7 additions and 0 deletions

7
vue.config.js Normal file
View File

@ -0,0 +1,7 @@
module.exports = {
pluginOptions: {
electronBuilder: {
nodeIntegration: true
}
}
}