Commit 0414342
committed
docs(CLAUDE.md): clarify that desktop:build produces the Electron bundle
npm run app:build compiles TypeScript workspaces but does not run
electron-vite, so out/main/index.js is never produced. app:start
(electron out/main/index.js) therefore fails unless desktop:build ran
first. Document the correct three-step production flow.
Refs #144
Co-Authored-By: copilot-pull-request-reviewer (via PR comment)1 parent 6d72d3b commit 0414342
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
0 commit comments