Files
ai-training-monitor/backend/run_server.sh
2025-01-31 13:20:46 +01:00

2 lines
53 B
Bash

#!/bin/bash
uvicorn app.main:app --reload --port 2000