tariffs/nodemon.json
2022-12-16 03:36:33 +03:00

10 lines
167 B
JSON

{
"ignore": ["test", ".git", "node_modules"],
"watch": ["src"],
"exec": "npm run start:server",
"ext": "ts",
"env": {
"ENVIRONMENT": "development"
}
}