Initial Queue Changes.

This commit is contained in:
Patrick Fic
2024-08-30 12:17:08 -07:00
parent d5a47fda14
commit b6066f9149
7 changed files with 832 additions and 29 deletions

12
nodemon.json Normal file
View File

@@ -0,0 +1,12 @@
{
"watch": [
"src"
],
"ext": "ts",
"execMap": {
"ts": "node --loader ts-node/esm -r tsconfig-paths/register"
},
"ignore": [
"src/**/*.spec.ts"
]
}