aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rwxr-xr-xStartServer.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/StartServer.sh b/StartServer.sh
index 77a36be..c29ce23 100755
--- a/StartServer.sh
+++ b/StartServer.sh
@@ -7,7 +7,7 @@ php artisan queue:work &
PIDS[2]=$!
php artisan serve &
PIDS[3]=$!
-npm run watch > /dev/null 2>&1
+npm run watch &#> /dev/null 2>&1
PIDS[4]=$!
trap "kill ${PIDS[*]}" SIGINT