tariffs/nodemon.json

10 lines
167 B
JSON
Raw Normal View History

2022-12-16 00:36:33 +00:00
{
"ignore": ["test", ".git", "node_modules"],
"watch": ["src"],
"exec": "npm run start:server",
"ext": "ts",
"env": {
"ENVIRONMENT": "development"
}
}