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.
 
 
 

24 lines
333 B

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