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 32 commits into
base: dev
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 3 times, most recently 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
@PatrykKuniczak PatrykKuniczak added the enhancement New feature or request label Dec 18, 2024
@PatrykKuniczak PatrykKuniczak force-pushed the feat/create-custom-env-solution-for-modules branch from 4c03d1a to 2ef32ce Compare December 28, 2024 16:41
@PatrykKuniczak PatrykKuniczak force-pushed the feat/create-custom-env-solution-for-modules branch from 2ef32ce to b9e9e79 Compare January 12, 2025 13:24
@PatrykKuniczak PatrykKuniczak changed the base branch from main to dev January 12, 2025 13:24
@PatrykKuniczak PatrykKuniczak force-pushed the feat/create-custom-env-solution-for-modules branch from b9e9e79 to a327ab4 Compare January 15, 2025 11:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create custom solution for env
1 participant