Files
agent_platform_oci/scripts/run_frontend.sh
2026-06-19 22:17:09 -03:00

5 lines
104 B
Bash

#!/usr/bin/env bash
set -euo pipefail
cd "$(dirname "$0")/../agent_frontend"
python -m http.server 5173