aboutsummaryrefslogtreecommitdiff
path: root/nodemon.json
blob: ee60dc6cb85a42c9fd067f7acb6136bdcb763766 (plain)
1
2
3
4
5
6
{
    "ignore": ["**/*.test.ts", "**/*.spec.ts", ".git", "node_modules"],
    "watch": ["dist"],
    "exec": "npm start",
    "ext": "js"
}