tariffs/nodemon.json
2023-04-19 11:05:03 +00:00

10 lines
169 B
JSON

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