refactor: 🎨 remove package-lock.json from root #16

Merged
jamie merged 6 commits from v1.1.1 into main 2026-06-02 23:25:43 +01:00
Showing only changes of commit 782d8446d9 - Show all commits
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