nodemon.json 181 B

12345678910111213
  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. "*.mongodb.js"
  12. ]
  13. }