nodemon.json 98 B

12345678
  1. {
  2. "ext": "js,ts,json",
  3. "ignore": [
  4. ".next",
  5. "public/static",
  6. "package.json"
  7. ]
  8. }