Skip to content

Commit 2ecb651

Browse files
committed
feat(api): add dotenv dependency
Adds the `dotenv` package to manage environment variables directly within the application. This makes the server's configuration self-contained and less reliant on the execution environment of the `dart_frog_cli` tool.
1 parent a8eff43 commit 2ecb651

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pubspec.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ environment:
99
dependencies:
1010
dart_frog: ^1.1.0
1111
dart_jsonwebtoken: ^3.2.0
12+
dotenv: ^4.2.0
1213
ht_data_client:
1314
git:
1415
url: https://github.com/headlines-toolkit/ht-data-client.git

0 commit comments

Comments
 (0)