mirror of
https://github.com/earendil-works/pi.git
synced 2026-06-18 15:54:04 +08:00
c7aa2c97a9
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