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
- Refactors `EnvironmentConfig` to actively search for the `.env` file
by traversing up the directory tree from the current working directory.
- This change makes the server startup process resilient to cases where
the Dart Frog development server's execution context is not the
project root, resolving the "file not found" error for `.env`.
0 commit comments