Files
pi/packages
T
Mario Zechner c7aa2c97a9 Fix jiti alias resolution in dev mode with tsx
When running from source with tsx, the jiti aliases pointed to .js files
that don't exist (only .ts files exist). This caused jiti to fall back to
different module resolution, loading a separate instance of theme.ts where
initTheme() was never called, resulting in undefined theme.

Now checks if .js exists and falls back to .ts for dev mode compatibility.
c7aa2c97a9 ยท 2026-01-12 17:38:31 +01:00
History
..
2026-01-12 00:59:39 +01:00