This commit is contained in:
2024-09-22 23:45:44 -03:00
parent 9850887285
commit 1d66aaf7c5
12 changed files with 102 additions and 32 deletions

View File

@@ -16,7 +16,7 @@ function createWindow() {
}
});
win.loadURL('http://localhost:8080');
//win.loadFile(path.join(__dirname, 'dist/index.html'));
// win.loadFile(path.join(__dirname, 'dist/index.html'));
}
app.whenReady().then(createWindow);