Big updates

This commit is contained in:
Logan
2026-04-21 01:51:23 -04:00
parent 788afca339
commit 6612e4b683
13 changed files with 168 additions and 49 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/usr/bin/env bash
# Run before pushing — catches TypeScript errors without a full build.
set -e
cd "$(dirname "$0")"
echo "→ TypeScript check…"
npm run typecheck
echo "✓ No type errors."