watch.json 136 B

123456789
  1. {
  2. "install": {
  3. "include": ["package.json"]
  4. },
  5. "restart": {
  6. "include": [".env", "next.config.js"]
  7. },
  8. "throttle": 250
  9. }