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
As a developper I would like to have multiline env variables to load bigger values like json or cert definition.
Upgrade dotenv to version >= v15.0.0 because it's support it. https://github.com/motdotla/dotenv#multiline-values
>= v15.0.0
The only alternative is to have a big unreadable line of data
No response
The text was updated successfully, but these errors were encountered:
Ref: #6783
Sorry, something went wrong.
Thanks @bluwy
feat!: support multiline values in env files (#10826)
606e60d
Co-authored-by: bluwy <bjornlu.dev@gmail.com> close #10149
feat!: support multiline values in env files (vitejs#10826)
883f9a5
Co-authored-by: bluwy <bjornlu.dev@gmail.com> close vitejs#10149
Successfully merging a pull request may close this issue.
Description
As a developper I would like to have multiline env variables to load bigger values like json or cert definition.
Suggested solution
Upgrade dotenv to version
>= v15.0.0
because it's support it.https://github.com/motdotla/dotenv#multiline-values
Alternative
The only alternative is to have a big unreadable line of data
Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: