feature/IO-3725-RPS-Changes - Make settings look nicer
This commit is contained in:
@@ -174,7 +174,7 @@ function createWindow() {
|
||||
// and load the index.html of the app.
|
||||
// win.loadFile("index.html");
|
||||
if (isDev) {
|
||||
mainWindow.loadURL("http://localhost:3000");
|
||||
mainWindow.loadURL("http://localhost:3006");
|
||||
} else {
|
||||
const indexPath = path.join(appPath, "build", "index.html");
|
||||
mainWindow.loadFile(indexPath);
|
||||
|
||||
Reference in New Issue
Block a user