nodemon.json 220 B

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