mirror of
https://github.com/fastapi/sqlmodel.git
synced 2025-08-14 09:30:27 +08:00
8 lines
123 B
Bash
Executable File
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
|