changed executable to not run watch-mode using the loader

This commit is contained in:
Julian Lam
2014-02-28 19:56:00 -05:00
parent 6a649f9b9a
commit d63ff461f3

2
nodebb
View File

@@ -56,7 +56,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://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 "$@"
;;
*)