feat: v1
This commit is contained in:
parent
7ba64d9945
commit
1c620b036f
19 changed files with 2745 additions and 91 deletions
10
nodemon.json
Executable file
10
nodemon.json
Executable file
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"watch": [
|
||||
"src/**/*.ts"
|
||||
],
|
||||
"ext": "ts",
|
||||
"exec": "ts-node --files ./src/app.ts",
|
||||
"args": [
|
||||
"--inspect=5858"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue