This commit is contained in:
Jonah Fintz 2024-10-21 08:32:53 +02:00
parent 7ba64d9945
commit 1c620b036f
19 changed files with 2745 additions and 91 deletions

10
nodemon.json Executable file
View file

@ -0,0 +1,10 @@
{
"watch": [
"src/**/*.ts"
],
"ext": "ts",
"exec": "ts-node --files ./src/app.ts",
"args": [
"--inspect=5858"
]
}