리펙토링: 디렉토리, 파일명을 Node.js 프로젝트 구성으로 적용
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@ function createWindow() {
|
||||
titleBarStyle: 'hiddenInset',
|
||||
backgroundColor: '#0f0f17',
|
||||
webPreferences: {
|
||||
preload: path.join(__dirname, 'preload.js'),
|
||||
preload: path.join(__dirname, '../preload/index.js'),
|
||||
contextIsolation: true,
|
||||
nodeIntegration: false,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user