SDServer/nodemon.json

10 lines
101 B
JSON
Raw Normal View History

2024-08-24 15:29:04 +00:00
{
"watch": [
"src"
],
"ext": "ts",
"exec": "npm run build",
"ignore": [
"dist"
]
}