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
feat(api): load .env file directly within app dependencies
Modifies the `AppDependencies` singleton to use the `dotenv` package to load environment variables from the `.env` file at the start of its initialization sequence.
This makes the application's configuration self-contained and resilient, removing the reliance on the `dart_frog_cli` to manage the environment.
0 commit comments