mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-02-26 00:21:16 +01:00
updated ./nodebb dev to match new loader.js behaviour
This commit is contained in:
2
nodebb
2
nodebb
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user