Skip to content

Commit

Permalink
#123 Улучшена производительность автоматического перезапуска после из…
Browse files Browse the repository at this point in the history
…менений на бекенде
  • Loading branch information
gbagretsov committed May 3, 2022
1 parent 0a7cdc8 commit 9ad5157
Show file tree
Hide file tree
Showing 4 changed files with 530 additions and 330 deletions.
6 changes: 5 additions & 1 deletion app/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,9 @@
"exclude": [
"src/**/*.test.ts",
"src/**/*.test.js"
]
],
"ts-node": {
"transpileOnly": true,
"files": true
}
}
12 changes: 12 additions & 0 deletions nodemon.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"watch": [
"app",
".env"
],
"ext": "ts,js,env",
"ignore": [
"app/**/*.test.ts",
"app/**/*.test.js",
"app/**/*.config.js"
]
}
Loading

0 comments on commit 9ad5157

Please sign in to comment.