You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 17, 2025. It is now read-only.
fix: use FTL_DEV_ENDPOINT instead of FTL_ENDPOINT when using ftl dev (#4747)
When working with multiple environments, I set `FTL_ENDPOINT` to point
to them.
If I forget to unset it, it breaks `ftl dev` for me.
This makes `ftl dev` ignore `FTL_ENDPOINT` when running the dev
environment.
0 commit comments