Commit 068e487
fix(api): use relative path for dynamic import of S3 presigner
Dynamic import() doesn't resolve @/ path aliases in nest build,
causing the Docker/CodeBuild API build to fail with TS2307.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 46ef399 commit 068e487
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
316 | 316 | | |
317 | 317 | | |
318 | 318 | | |
319 | | - | |
| 319 | + | |
320 | 320 | | |
321 | 321 | | |
322 | 322 | | |
| |||
480 | 480 | | |
481 | 481 | | |
482 | 482 | | |
483 | | - | |
| 483 | + | |
484 | 484 | | |
485 | 485 | | |
486 | 486 | | |
| |||
0 commit comments