changed executable to not run watch-mode using the loader

v1.18.x
Julian Lam 11 years ago
parent 6a649f9b9a
commit d63ff461f3

@ -56,7 +56,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://github.com/designcreateplay/NodeBB/wiki/How-to-run-NodeBB" echo "More Information: https://github.com/designcreateplay/NodeBB/wiki/How-to-run-NodeBB"
NODE_ENV=development supervisor -q --extensions 'node|js|tpl' -- loader "$@" NODE_ENV=development supervisor -q --extensions 'node|js|tpl' -- app "$@"
;; ;;
*) *)

Loading…
Cancel
Save