ninghao-nestjs/nodemon.json

6 lines
67 B
JSON

{
"watch": ["dist"],
"ext": "js",
"exec": "node dist/main"
}