Initial commit

This commit is contained in:
2023-03-13 20:44:13 +01:00
commit 211806a1be
19 changed files with 2869 additions and 0 deletions

8
nodemon.json Normal file
View File

@@ -0,0 +1,8 @@
{
"watch": ["src"],
"ext": "ts",
"ignore": ["src/**/*.spec.ts"],
"exec": "ts-node-esm --files --project tsconfig.json src",
"inspect": true,
"verbose": true
}