사이드바 너비, 카드 크기 정보 저장, 앱 실행시 적용 + 개발 모드 실행시 로그 출력

This commit is contained in:
2026-05-18 11:14:10 +09:00
parent d74c2e055d
commit 0ef8a28d54
16 changed files with 234 additions and 44 deletions
+4 -3
View File
@@ -4,9 +4,10 @@
"description": "사진 파일 이름 정리 앱",
"main": "src/main/index.js",
"scripts": {
"start": "electron .",
"build": "electron-builder --mac --dir",
"dist": "electron-builder --mac"
"start": "NODE_ENV=development electron .",
"debug": "NODE_ENV=development electron --inspect=9229 --remote-debugging-port=9222 . 2>&1 | tee debug.log",
"build": "NODE_ENV=production electron-builder --mac --dir",
"dist": "NODE_ENV=production electron-builder --mac"
},
"build": {
"appId": "com.photorenamer.app",