Reduce CPU usage from TypeScript compiler

This commit is contained in:
Radon Rosborough 2020-07-19 14:21:38 -06:00
parent a9bc503e4f
commit 55932fb28a
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@
},
"scripts": {
"backend": "tsc",
"backend-dev": "tsc --watch --preserveWatchOutput",
"backend-dev": "TSC_NONPOLLING_WATCHER=1 tsc --watch --preserveWatchOutput",
"frontend": "webpack --production",
"frontend-dev": "webpack --development --watch",
"server": "scripts/setup.bash && node backend/out/server.js",