feat: add TUI entry point with minimal readline mode

This commit is contained in:
William Valentin
2026-02-05 00:37:40 -08:00
parent f792f8407a
commit c0deeb5cf0
2 changed files with 123 additions and 0 deletions
+2
View File
@@ -8,6 +8,8 @@
"build": "tsc",
"dev": "tsx watch src/index.ts",
"start": "node dist/index.js",
"tui": "tsx src/tui.ts",
"tui:dev": "tsx watch src/tui.ts",
"test": "vitest",
"test:run": "vitest run",
"lint": "eslint src/",