refactor(tui): centralize application exit

This commit is contained in:
Dax Raad 2026-06-09 10:23:09 -04:00
commit ffd38aade4
19 changed files with 150 additions and 332 deletions

View file

@ -27,8 +27,7 @@
"access": "public"
},
"scripts": {
"test": "bun test --timeout 30000",
"test:ci": "mkdir -p .artifacts/unit && bun test --timeout 30000 --reporter=junit --reporter-outfile=.artifacts/unit/junit.xml",
"test": "bun test --timeout 30000 --only-failures",
"typecheck": "tsgo --noEmit",
"build": "bun ./script/build.ts",
"verify:package": "bun ./script/verify-package.ts"