|
|
@ -106,7 +106,7 @@ case "$1" in
|
|
|
|
echo "Launching NodeBB in \"development\" mode."
|
|
|
|
echo "Launching NodeBB in \"development\" mode."
|
|
|
|
echo "To run the production build of NodeBB, please use \"forever\"."
|
|
|
|
echo "To run the production build of NodeBB, please use \"forever\"."
|
|
|
|
echo "More Information: https://docs.nodebb.org/en/latest/running/index.html"
|
|
|
|
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)
|
|
|
|
watch)
|
|
|
|