chore: start server shell script
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# Start Xvfb in the background with the desired dimensions
|
# Start Xvfb in the background with the desired dimensions
|
||||||
Xvfb :0 -screen 0 900x400x24 &
|
#Xvfb :0 -screen 0 900x400x24 &
|
||||||
|
|
||||||
# Wait for Xvfb to start
|
# Wait for Xvfb to start
|
||||||
sleep 2
|
#sleep 2
|
||||||
|
|
||||||
# Execute the Node.js application
|
# Execute the Node.js application
|
||||||
exec npm run server
|
exec npm run server
|
||||||
Reference in New Issue
Block a user