Skip to content

Commit

Permalink
FIX: electron gage-pc 연결
Browse files Browse the repository at this point in the history
  • Loading branch information
DeveloperRyou committed Sep 27, 2024
1 parent cdec24e commit ad44121
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@ yarn-debug.log*
yarn-error.log*

.env

/dist
2 changes: 1 addition & 1 deletion public/electron.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function createWindow() {
},
})

mainWindow.loadURL(isDev ? 'http://localhost:3000' : `file://${path.join(__dirname, '../build/index.html')}`)
mainWindow.loadURL(isDev ? 'http://localhost:3000' : 'https://gage-pc.eolluga.com')

if (isDev) mainWindow.webContents.openDevTools({ mode: 'detach' })

Expand Down

0 comments on commit ad44121

Please sign in to comment.