Skip to content

Commit c8ecfc1

Browse files
authored
nodemon: monitor readthedocs.org volume (#177)
1 parent 47b8025 commit c8ecfc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockerfiles/nodemon.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"verbose": false,
33
"delay": 2000,
44
"ext": "py",
5-
"watch": ["readthedocs", "readthedocsinc"],
5+
"watch": ["readthedocs", "readthedocsinc", "../readthedocs.org/readthedocs"],
66
"ignore": [".tox/*", ".direnv/*", "user_builds/*", "*/management/commands*", "*migrations/*", "*test*", "*.pyc", "*.pyo", "logs/*"],
77
"signal": "SIGTERM"
88
}

0 commit comments

Comments
 (0)