mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-18 08:01:26 +00:00
020de59fcf
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
8 lines
261 B
Bash
8 lines
261 B
Bash
use flake
|
|
|
|
# Per-worktree overrides (ports, DATABASE_URL, etc.) written by webmux/workmux
|
|
# post-create hooks. Must come after `use flake` so they take precedence over
|
|
# the flake's defaults.
|
|
# shellcheck source=/dev/null
|
|
[ -f .env.local ] && source .env.local
|