1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

build: added .nvmrc

This commit is contained in:
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');