Duplicated from Humanlearning/CyberSecurity_OWASP
aeba3f1
1
2
3
4
#!/usr/bin/env bash set -euo pipefail uv run server --port "${PORT:-8000}"