nodemon.json 161 B

123456789101112
  1. {
  2. "ext": "js,ts,json",
  3. "ignore": [
  4. ".next",
  5. "public/static",
  6. "package.json",
  7. "playwright",
  8. "test",
  9. "test-with-vite",
  10. "tmp"
  11. ]
  12. }