hrms-edm/Services/server/nodemon.json

7 lines
101 B
JSON
Raw Permalink Normal View History

2023-11-17 09:03:31 +07:00
{
"exec": "ts-node src/app.ts",
"ext": "ts",
"watch": ["src"],
"ignore": ["src/routes.ts"]
}