hrms-api-probation/nodemon.json

7 lines
125 B
JSON
Raw Permalink Normal View History

2024-09-05 13:59:43 +07:00
{
"exec": "tsoa spec-and-routes && ts-node src/app.ts",
"ext": "ts",
"watch": ["src"],
"ignore": ["src/routes.ts"]
}