This commit is contained in:
Sunil Pai 2025-03-24 10:48:46 +00:00
parent 65e55c3823
commit d332273355
8 changed files with 21 additions and 29 deletions

View file

@ -18,7 +18,8 @@
}
},
"scripts": {
"build": "tsup"
"build": "tsup",
"check": "prettier --check . && tsc"
},
"dependencies": {
"express": "^4.21.2",