3 lines
121 B
Bash
Executable file
3 lines
121 B
Bash
Executable file
#!/bin/bash
|
|
# Start the FastAPI server with hot reload
|
|
uv run uvicorn web.server:app --reload --host 0.0.0.0 --port 8080
|