From 4b058eb50602a980489d504595a8a87ebfdc745b Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Sun, 3 Nov 2024 01:11:35 +0530 Subject: [PATCH] chore: start server shell script --- server/start.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/start.sh b/server/start.sh index 3d02bdb0..a959bfd2 100644 --- a/server/start.sh +++ b/server/start.sh @@ -1,10 +1,10 @@ #!/bin/bash # Start Xvfb in the background with the desired dimensions -Xvfb :0 -screen 0 900x400x24 & +#Xvfb :0 -screen 0 900x400x24 & # Wait for Xvfb to start -sleep 2 +#sleep 2 # Execute the Node.js application exec npm run server \ No newline at end of file