리펙토링: 디렉토리, 파일명을 Node.js 프로젝트 구성으로 적용

This commit is contained in:
2026-05-14 16:33:38 +09:00
parent 1c08290f69
commit fb5751f885
3 changed files with 48 additions and 14 deletions
+1 -1
View File
@@ -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,
},