Commit a74bec3
fix(backend): bundle @private-board/shared into build output
bundle: false 상태에서 @private-board/shared가 런타임에 resolve되지
않는 문제 수정. bundle: true로 변경하고 tsconfig paths를 복원해 esbuild가
shared 코드를 번들에 인라인으로 포함하도록 변경.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 0233c5d commit a74bec3
2 files changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
16 | 19 | | |
17 | 20 | | |
18 | 21 | | |
0 commit comments