nodemon.json 200 B

1234567891011121314
  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. ]
  14. }