cplayground
cplayground
copied to clipboard
reberhardt7
Reame
Issues
Add hot-reload for backend
Open
Karshilov
opened this issue 4 years ago
• 0 comments
Dependencies
add
nodemon
add
ts-node
Script
use nodemon to monitor file changes
use ts-node to run typescript files directly instead of using tsc to transform them into js files
Changes
the backend entry now is
src/server/index.ts
but not
dist/server/index.js
Aug 07 '21 07:08
Karshilov