Fix: Copy shared/ inside project dir for Turbopack + add symlinks for dev

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>
This commit is contained in:
Benjamin Admin
2026-04-25 16:58:03 +02:00
parent 06ea9f7073
commit 2eb17fd349
6 changed files with 12 additions and 6 deletions

2
studio-v2/.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
# Symlink to shared/ (Docker COPY handles this in container)
shared