shepherd-launcher/run-dev
2026-01-01 13:48:17 -05:00

5 lines
210 B
Bash
Executable file

#!/usr/bin/env bash
# Development run script - thin wrapper for shepherd dev run
# This script is kept for backwards compatibility with existing workflows (i.e. lazy devs)
exec ./scripts/shepherd dev run "$@"