mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-12-13 03:50:18 +01:00
loader now handles arguments and ./nodebb watch command updated to not use loader.
This commit is contained in:
2
nodebb
2
nodebb
@@ -37,7 +37,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 "$@"
|
||||
;;
|
||||
|
||||
*)
|
||||
|
||||
Reference in New Issue
Block a user