feat: add TUI entry point with minimal readline mode
This commit is contained in:
@@ -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/",
|
||||
|
||||
Reference in New Issue
Block a user