hrms-api-development/nodemon.json

7 lines
125 B
JSON
Raw Permalink Normal View History

2024-02-14 15:19:59 +07:00
{
"exec": "tsoa spec-and-routes && ts-node src/app.ts",
"ext": "ts",
"watch": ["src"],
"ignore": ["src/routes.ts"]
}