chore: make nodemon watch .env file
This commit is contained in:
parent
4341e57bef
commit
ba23ce870d
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"exec": "tsoa spec-and-routes && ts-node src/app.ts",
|
||||
"ext": "ts",
|
||||
"watch": ["src"],
|
||||
"watch": [".env", "src"],
|
||||
"ignore": ["src/routes.ts"]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue