This commit is contained in:
Stijnus
2025-01-30 23:28:21 +01:00
parent 2c991e42da
commit cf909431f2
3 changed files with 47 additions and 1 deletions

View File

@@ -24,7 +24,8 @@
"typecheck": "tsc",
"typegen": "wrangler types",
"preview": "pnpm run build && pnpm run start",
"prepare": "husky"
"prepare": "husky",
"clean": "node scripts/clean.js"
},
"engines": {
"node": ">=18.18.0"