mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 23:01:30 +00:00
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. |
||
|---|---|---|
| .. | ||
| agent | ||
| ai | ||
| coding-agent | ||
| mom | ||
| pods | ||
| tui | ||
| web-ui | ||