fix(build): electronVersion 33.3.0 명시 — 모노레포 hoisting 자동감지 실패 우회
This commit is contained in:
parent
02f88585d0
commit
adc88853fa
1 changed files with 3 additions and 0 deletions
|
|
@ -1,6 +1,9 @@
|
||||||
appId: com.d3ro.voice
|
appId: com.d3ro.voice
|
||||||
productName: D3RO Voice
|
productName: D3RO Voice
|
||||||
copyright: Copyright © 2026 D3RO
|
copyright: Copyright © 2026 D3RO
|
||||||
|
# monorepo(npm workspaces)에서 electron이 루트 node_modules로 호이스팅되어
|
||||||
|
# 자동 감지가 실패하는 문제를 피하려고 명시적으로 버전 고정.
|
||||||
|
electronVersion: "33.3.0"
|
||||||
|
|
||||||
directories:
|
directories:
|
||||||
buildResources: resources
|
buildResources: resources
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue