This commit is contained in:
2026-07-04 14:16:05 +02:00
commit 38aba59345
9 changed files with 404 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
#!/bin/bash
# Wait for Wayland socket to be available
echo "Waiting for Wayland display $WAYLAND_DISPLAY..."
while [ ! -e "$XDG_RUNTIME_DIR/$WAYLAND_DISPLAY" ]; do
sleep 1
done
echo "Wayland display found. Starting API server..."
# Start the Node.js API server
exec node server.js