feat: setup svfb

This commit is contained in:
karishmas6
2024-11-02 00:23:19 +05:30
parent 5783818aa1
commit 65603539e8

10
server/start.sh Normal file
View File

@@ -0,0 +1,10 @@
#!/bin/bash
# Start Xvfb in the background with the desired dimensions
Xvfb :0 -screen 0 900x400x24 &
# Wait for Xvfb to start
sleep 2
# Execute the Node.js application
exec npm run server