updated ./nodebb dev to match new loader.js behaviour

v1.18.x
Julian Lam 10 years ago
parent 0ff09d8093
commit 073afe4db0

@ -106,7 +106,7 @@ case "$1" in
echo "Launching NodeBB in \"development\" mode."
echo "To run the production build of NodeBB, please use \"forever\"."
echo "More Information: https://docs.nodebb.org/en/latest/running/index.html"
NODE_ENV=development "$node" loader --no-daemon "$@"
NODE_ENV=development "$node" loader --no-daemon --no-silent "$@"
;;
watch)

Loading…
Cancel
Save