failed attempt

This commit is contained in:
2023-01-14 21:11:52 -03:00
parent 205b865592
commit efecaf2a76
17 changed files with 2570 additions and 204 deletions

5
nodemon.json Normal file
View File

@@ -0,0 +1,5 @@
{
"watch": ["src"],
"ext": "ts, json",
"exec": "ts-node ./src/app.ts"
}