Brand embedded Pi TUI as Feynman

This commit is contained in:
Advait Paliwal
2026-03-20 11:22:21 -07:00
parent 1e68c872df
commit 389baf06f2
5 changed files with 120 additions and 136 deletions

View File

@@ -19,6 +19,7 @@
"scripts": {
"build": "tsc -p tsconfig.build.json",
"dev": "tsx src/index.ts",
"postinstall": "node ./scripts/patch-embedded-pi.mjs",
"start": "tsx src/index.ts",
"start:dist": "node ./bin/feynman.js",
"typecheck": "tsc --noEmit"