hrms-api-probation/nodemon.json
2024-09-05 13:59:43 +07:00

6 lines
125 B
JSON

{
"exec": "tsoa spec-and-routes && ts-node src/app.ts",
"ext": "ts",
"watch": ["src"],
"ignore": ["src/routes.ts"]
}