Initial commit server prototype
This commit is contained in:
parent
e9aaec2947
commit
5a120dce76
23 changed files with 4110 additions and 0 deletions
6
Prototype/server/nodemon.json
Normal file
6
Prototype/server/nodemon.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"exec": "ts-node src/app.ts",
|
||||
"ext": "ts",
|
||||
"watch": ["src"],
|
||||
"ignore": ["src/routes.ts"]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue