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/create better solution for env vars #725

Draft
wants to merge 19 commits into
base: main
Choose a base branch
from

Conversation

PatrykKuniczak
Copy link
Collaborator

* Please fill in the required items.

Priority*

  • High: This PR needs to be merged first for other tasks.
  • Middle: This PR should be merged quickly to prevent conflicts due to common changes. (default)
  • Low: This PR does not affect other tasks, so it can be merged later.

Purpose of the PR*

I've decided to fix issue about import.meta.env by solution with only process.env because i hope this will be more simple, to have only one instance with all envs

Changes*

I've removed vite env solution and replace it with process.env

How to check the feature

Try to add env(Read docs about it) and try to access it anywhere

@PatrykKuniczak PatrykKuniczak force-pushed the feat/create-custom-env-solution-for-modules branch from a5a6445 to 76db2be Compare September 10, 2024 18:01
@PatrykKuniczak PatrykKuniczak force-pushed the feat/create-custom-env-solution-for-modules branch from 76db2be to 2aeb26d Compare September 11, 2024 09:06
@PatrykKuniczak PatrykKuniczak force-pushed the feat/create-custom-env-solution-for-modules branch from 3ac79d7 to 4c03d1a Compare September 11, 2024 20:59
@PatrykKuniczak PatrykKuniczak linked an issue Sep 12, 2024 that may be closed by this pull request
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.

Create custom solution for env
1 participant