Initial Commit
This commit is contained in:
11
backend/nodemon.json
Normal file
11
backend/nodemon.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"ignore": [
|
||||
"**/*.test.ts",
|
||||
"node_modules"
|
||||
],
|
||||
"watch": [
|
||||
"api"
|
||||
],
|
||||
"exec": "npm start",
|
||||
"ext": "ts"
|
||||
}
|
Reference in New Issue
Block a user