Files
Aiden Cline e8b92c5375 fix(tui): bundle parser worker separately
Avoid registering the OpenTUI parser worker source itself as a build entrypoint. Bun otherwise resolves OpenTUI’s file import as a module namespace without a default path, crashing compiled TUI startup. Bundle an equivalent virtual worker entrypoint so the worker remains executable without colliding with the package asset import.
2026-07-17 23:04:21 +00:00
..
2026-07-17 19:25:13 +00:00
2026-03-27 15:00:26 +01:00
2026-07-16 15:34:31 +00:00
2026-02-18 13:54:23 -05:00

js

To install dependencies:

bun install

To run:

bun run index.ts

This project was created using bun init in bun v1.2.12. Bun is a fast all-in-one JavaScript runtime.