remove Alpine and start fixing type errors

This commit is contained in:
Eli Ribble 2026-03-22 02:36:17 +00:00
parent 46edbbae74
commit ef552af054
No known key found for this signature in database
7 changed files with 5 additions and 6779 deletions

View file

@ -22,7 +22,10 @@
"scripts": {
"build": "node build.js",
"build:prod": "node build.js --minify",
"dev": "pnpm typecheck:watch & pnpm watch",
"generate-icons": "node generate-icons.js",
"typecheck": "tsc --noEmit",
"typecheck:watch": "tsc --noEmit --watch --preserveWatchOutput",
"watch": "node build.js --watch"
}
}