This commit is contained in:
2022-07-22 00:11:45 +00:00
commit 806476076f
8 changed files with 30206 additions and 0 deletions

4
nodemon.json Normal file
View File

@@ -0,0 +1,4 @@
{
"ext": "ts",
"exec": "ts-node src/server.ts"
}