watch.json 243 B

1234567891011121314151617181920
  1. {
  2. "install": {
  3. "include": [
  4. "^package\\.json$",
  5. "^\\.env$"
  6. ]
  7. },
  8. "restart": {
  9. "exclude": [
  10. "^public/",
  11. "^dist/"
  12. ],
  13. "include": [
  14. "\\.js$",
  15. "\\.json"
  16. ]
  17. },
  18. "throttle": 900000
  19. }