Turbopack only resolves tsconfig paths within the project root. Changed @shared/* from ../shared/* to ./shared/* in all tsconfigs. Docker copies shared/ into the project dir at build time. Local dev uses symlinks (gitignored). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
3 lines
68 B
Plaintext
3 lines
68 B
Plaintext
# Symlink to shared/ (Docker COPY handles this in container)
|
|
shared
|