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 frontend..."
cd "$(dirname "$0")/../frontend"
npm run dev