Advertisement
Guest User

Untitled

a guest
Jul 17th, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. {
  2. "name": "testapi",
  3. "script": "ts-node",
  4. "args":["/src/index.ts"],
  5. "watch": [
  6. "src"
  7. ],
  8. "ignore_watch":["node_modules"],
  9. "env": {
  10. "PORT": 3333,
  11. "NODE_ENV": "development",
  12. "NODE_OPTIONS": "--inspect-brk --source-map-support"
  13. },
  14. "inspect": true
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement