{
  "watch": ["src/", "prisma/"],
  "ext": "ts,json",
  "ignore": ["src/**/*.test.ts"],
  "exec": "npm run build && npm run start"
}
