diff --git a/.gitignore b/.gitignore index 78f2710..d43792d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ node_modules/ .idea/ +frontend/ diff --git a/index.js b/index.js index a9659f7..59175d2 100644 --- a/index.js +++ b/index.js @@ -11,7 +11,7 @@ function createWindow () { }) // The starting point of the app - win.loadFile('index.html') + win.loadFile('./frontend/index.html') } // This method will be called when Electron has finished