Skip to content

feat: setup environment variables configuration#17

Merged
ayshadogo merged 1 commit intoDfunder:mainfrom
Christopherdominic:setup-environment-variables
Mar 2, 2026
Merged

feat: setup environment variables configuration#17
ayshadogo merged 1 commit intoDfunder:mainfrom
Christopherdominic:setup-environment-variables

Conversation

@Christopherdominic
Copy link
Copy Markdown
Contributor

  • Add .env.example with all required keys
  • Add .env.local for local development (gitignored)
  • Create src/config/env.js with typed exports and validation
  • Validate env vars on app startup with console warnings
  • Fix ESLint config for compatibility with ESLint 9.x

closes #6

- Add .env.example with all required keys
- Add .env.local for local development (gitignored)
- Create src/config/env.js with typed exports and validation
- Validate env vars on app startup with console warnings
- Fix ESLint config for compatibility with ESLint 9.x

Resolves Dfunder#6
@ayshadogo ayshadogo merged commit 773493a into Dfunder:main Mar 2, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Setup Environment Variables

2 participants