Add further comments for future self and others.

This commit is contained in:
2025-10-14 14:01:08 -07:00
parent 684c237ac1
commit ad83090b05

View File

@@ -18,6 +18,8 @@ function log {
function kill-project { function kill-project {
# Kill node.js which will complete run.sh and restart any Docker containers. # Kill node.js which will complete run.sh and restart any Docker containers.
# This is more intended towards Development and Stage sites since Production
# will only see git changes when a pull request is manually completed.
log "Stopping continuous processes!" log "Stopping continuous processes!"
pkill node pkill node
} }