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
3fb81b3590
svr-imp
/
nodemon.json
6 lines
67 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"
,
fix(): remove tsconfig paths in nodemon, remove prefixes
2019-04-21 12:59:06 +00:00
"exec"
:
"node dist/main"
feat(scripts): add watcher script via nodemon
2017-09-16 05:16:56 +00:00
}