mirror of
https://github.com/hoshikawa2/agent_platform_oci.git
synced 2026-07-09 22:04:21 +00:00
First commit
This commit is contained in:
4
scripts/run_frontend.sh
Normal file
4
scripts/run_frontend.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
cd "$(dirname "$0")/../agent_frontend"
|
||||
python -m http.server 5173
|
||||
Reference in New Issue
Block a user