feat(tui): add scripted showroom demos

This commit is contained in:
Brooklyn Nicholson
2026-04-25 22:04:12 -05:00
parent 14dd8e9a72
commit 7d79dbc5ad
9 changed files with 758 additions and 1 deletions

View File

@@ -13,7 +13,10 @@
"fmt": "prettier --write 'src/**/*.{ts,tsx}' 'packages/**/*.{ts,tsx}'",
"fix": "npm run lint:fix && npm run fmt",
"test": "vitest run",
"test:watch": "vitest"
"test:watch": "vitest",
"showroom": "tsx .showroom/server.ts",
"showroom:build": "tsx .showroom/build.ts",
"showroom:type-check": "tsc --noEmit -p .showroom/tsconfig.json"
},
"dependencies": {
"@hermes/ink": "file:./packages/hermes-ink",