sqlmodel-fix/scripts/docs-live.sh
Sebastián Ramírez 33c5e5c98d
🔧 Show line numbers in docs during local development (#714)
🔧 Show line numbers during local development
2023-11-28 23:41:03 +01:00

8 lines
139 B
Bash
Executable File

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