This commit is contained in:
2026-06-04 17:59:53 +08:00
parent e6c27ac662
commit 0908495d6f
66 changed files with 4230 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
#!/bin/bash
set -e
echo "Starting Hermes backend..."
cd "$(dirname "$0")/../backend"
uvicorn app.main:socket_app --host 0.0.0.0 --port 8000 --reload