diff options
Diffstat (limited to 'StartServer.sh')
-rw-r--r-- | StartServer.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/StartServer.sh b/StartServer.sh index cc9f3e1..77a36be 100644 --- a/StartServer.sh +++ b/StartServer.sh @@ -7,7 +7,7 @@ php artisan queue:work & PIDS[2]=$! php artisan serve & PIDS[3]=$! -npm run watch & +npm run watch > /dev/null 2>&1 PIDS[4]=$! trap "kill ${PIDS[*]}" SIGINT |