This commit is contained in:
KS Jannette
2026-02-13 10:50:30 -05:00
parent 6b7324c320
commit ba53830c78
3 changed files with 1752 additions and 3 deletions

View File

@@ -16,6 +16,8 @@
"express": "^4.21.2"
},
"devDependencies": {
"nodemon": "^3.1.9"
"nodemon": "^3.1.9",
"supertest": "^7.2.2",
"vitest": "^4.0.18"
}
}