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

[feature-request]: use better managment for env #694

Open
Clumsy-Coder opened this issue Nov 11, 2024 · 0 comments
Open

[feature-request]: use better managment for env #694

Clumsy-Coder opened this issue Nov 11, 2024 · 0 comments
Assignees
Labels
backend related to server side enhancement New feature or request
Milestone

Comments

@Clumsy-Coder
Copy link
Owner

Is your feature related to a problem?

I want to be able to see which envs are missing when starting the nextjs app.

Be able to exit the program if an env is missing

Describe the new feature

  • To run some kind of code before building the app to check if all the required envs are present. Exit otherwise

  • Setup linter rules to prevent accessing the env directly (ex: `process.env.DATABASE_URL)

  • be able to use it in docker compose (later)

Additional context

@Clumsy-Coder Clumsy-Coder added enhancement New feature or request backend related to server side labels Nov 11, 2024
@Clumsy-Coder Clumsy-Coder added this to the Miscellaneous milestone Nov 11, 2024
@Clumsy-Coder Clumsy-Coder self-assigned this Nov 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend related to server side enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant