am-editor-001/ot-server/nodemon.json

5 lines
89 B
JSON
Raw Normal View History

2021-11-03 19:58:08 +08:00
{
"ignore": [".git", "node_modules/**/node_modules"],
"watch": ["./src", "./config"]
}