Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: use Vite for env variable loading #9

Merged
merged 1 commit into from
May 20, 2024

Conversation

H0R5E
Copy link
Member

@H0R5E H0R5E commented May 20, 2024

  • Static variables are injected at build time by Vite.
  • dotenv and lodash are no longer required.

+ Static variables are injected at build time by Vite.
+ dotenv and lodash are no longer required.
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.93%. Comparing base (f796d85) to head (ecb4eb8).
Report is 19 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main       #9      +/-   ##
==========================================
+ Coverage   86.61%   89.93%   +3.32%     
==========================================
  Files           8        8              
  Lines        1061      984      -77     
  Branches       46       49       +3     
==========================================
- Hits          919      885      -34     
+ Misses        142       99      -43     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@H0R5E H0R5E merged commit 2aa0f5c into Data-Only-Greater:main May 20, 2024
5 checks passed
@H0R5E H0R5E deleted the nix_dotenv branch May 20, 2024 12:03
github-actions bot pushed a commit that referenced this pull request May 20, 2024
## [3.2.0](v3.1.2...v3.2.0) (2024-05-20)

### Features

* use Vite for env variable loading ([#9](#9)) ([2aa0f5c](2aa0f5c))
Copy link

🎉 This PR is included in version 3.2.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants