This commit is contained in:
Leifer Mendez
2024-04-24 18:59:05 +02:00
commit c5f48307c2
15 changed files with 3504 additions and 0 deletions

12
nodemon.json Normal file
View File

@@ -0,0 +1,12 @@
{
"watch": ["src"],
"ext": "ts",
"ignore": [
"**/*.test.ts",
"**/*.spec.ts"
],
"delay": "3",
"execMap": {
"ts": "tsx"
}
}