hrms-edm/Prototype/server/nodemon.json
2023-11-17 09:03:31 +07:00

6 lines
101 B
JSON

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