Commit b9a076d
Silicon 01
fix: correct import path in api.test.ts
Import path was '../server/index.js' but file is already in server/ directory.
Changed to './index.js' to fix TypeScript compilation error in Docker build.1 parent fd120e1 commit b9a076d
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments