aboutsummaryrefslogtreecommitdiff
path: root/examples/kingworld/nodemon.json
blob: 0aa1f6ecd9195292741d176f3397a452497ecc4b (plain) (blame)
1
2
3
4
5
6
{
    "restartable": "rs",
    "ignore": [".git", "node_modules/", "__tests__", "test"],
    "exec": "bun src/index.ts",
    "ext": "js, json, ts"
}