sqlmodel-fix/scripts/docs-live.sh
2023-10-23 08:15:05 +00:00

8 lines
123 B
Bash
Executable File

#!/usr/bin/env bash
set -e
export DYLD_FALLBACK_LIBRARY_PATH="/opt/homebrew/lib"
mkdocs serve --dev-addr 127.0.0.1:8008