build: 🚀 add run.sh for testing locally

This commit is contained in:
2026-06-02 22:19:22 +00:00
parent 5b79f5fb4b
commit 782d8446d9
Executable
+4
View File
@@ -0,0 +1,4 @@
#!/bin/bash
cd frontend && npm run build && cd ..
gunicorn --bind 0.0.0.0:5000 --workers 1 --worker-class geventwebsocket.gunicorn.workers.GeventWebSocketWorker app:app --log-level info