Initial commit server prototype

This commit is contained in:
Methapon2001 2023-11-17 09:03:31 +07:00
parent e9aaec2947
commit 5a120dce76
No known key found for this signature in database
GPG key ID: 849924FEF46BD132
23 changed files with 4110 additions and 0 deletions

View file

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