This website requires JavaScript.
Explore
Help
Sign In
joelson
/
svr-imp
Watch
1
Star
0
Fork
You've already forked svr-imp
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
7cb6fe0cf6
svr-imp
/
nodemon.json
6 lines
97 B
JSON
Raw
Normal View
History
Unescape
Escape
feat(scripts): add watcher script via nodemon
2017-09-16 05:16:56 +00:00
{
Configure nodemon to use node rather than ts-node
2019-04-08 21:42:14 +00:00
"watch"
:
[
"dist"
]
,
"ext"
:
"js"
,
Remove ts-node
2019-04-15 11:49:17 +00:00
"exec"
:
"node -r tsconfig-paths/register dist/main.js"
feat(scripts): add watcher script via nodemon
2017-09-16 05:16:56 +00:00
}