build: added .nvmrc

This commit is contained in:
Fabio Di Stasio 2021-10-21 18:17:40 +02:00
parent 8d0aa73d1e
commit 4cfab365c2
2 changed files with 6 additions and 6 deletions

1
.nvmrc Normal file
View File

@ -0,0 +1 @@
v14.18.1

View File

@ -41,8 +41,7 @@ async function createMainWindow () {
remoteMain.enable(window.webContents);
try {
if (isDevelopment) {
//
if (isDevelopment) { //
await window.loadURL(`http://localhost:${process.env.ELECTRON_WEBPACK_WDS_PORT}`);
// const { default: installExtension, VUEJS3_DEVTOOLS } = require('electron-devtools-installer');