initial commit
This commit is contained in:
5
packages/server/nodemon.json
Normal file
5
packages/server/nodemon.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"watch": ["src"],
|
||||
"ext": "ts",
|
||||
"exec": "concurrently \"npx tsc --watch\" \"ts-node src/index.ts\""
|
||||
}
|
||||
Reference in New Issue
Block a user