Harden dev startup and web typecheck

This commit is contained in:
dirtydishes 2025-12-27 21:20:22 -05:00
parent a94baa745c
commit f2f12f2ebe
4 changed files with 65 additions and 5 deletions

View file

@ -24,6 +24,7 @@
".next/types/**/*.ts"
],
"exclude": [
"node_modules"
"node_modules",
"scripts"
]
}