You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

26 lines
292 B

  1. {
  2. "restartable": "rs",
  3. "ignore": [
  4. ".git",
  5. "node_modules/**/node_modules",
  6. "**/*.json"
  7. ],
  8. "verbose": true,
  9. "execMap": {
  10. "js": "node --harmony"
  11. },
  12. "events": {
  13. },
  14. "watch": [
  15. "*.*"
  16. ],
  17. "ignore": [
  18. "client"
  19. ],
  20. "env": {
  21. "NODE_ENV": "development"
  22. },
  23. "ext": "js json"
  24. }