We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I noticed that there are .env variables throughout the project, that don't seem te be used. This includes:
PUBLIC_STOREFRONT_API_VERSION=2023-04 NEXT_PUBLIC_STOREFRONT_API_TOKEN=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx SESSION_SECRET="foobar" STOREFRONT_API_KEY=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
It doesn't break the app, but is confusing. Is this on purpose or am I missing something?
Implement unused .env variables, remove or add a comment.
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is your feature request related to a problem? Please describe.
I noticed that there are .env variables throughout the project, that don't seem te be used. This includes:
It doesn't break the app, but is confusing. Is this on purpose or am I missing something?
Describe the solution you'd like
Implement unused .env variables, remove or add a comment.
Describe alternatives you've considered
Additional context
No response
The text was updated successfully, but these errors were encountered: