This repository has been archived by the owner on Apr 6, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 1k
feat(nuxi): support --dotenv
for dev
, build
and preview
commands
#7660
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
β Deploy Preview for nuxt3-docs ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
cpreston321
changed the title
feat(nuxi): add
feat(nuxi): add Sep 19, 2022
--dotenv
to dev
& preview
command--dotenv
to nuxi dev
& nuxi preview
Nice work! For |
cpreston321
changed the title
feat(nuxi): add
feat(nuxi): add Sep 20, 2022
--dotenv
to nuxi dev
& nuxi preview
--dotenv
to nuxi dev
, nuxi preview
& nuxi build
@pi0 Thanks for the response! I added it to |
pi0
reviewed
Sep 20, 2022
cpreston321
changed the title
feat(nuxi): add
feat(nuxi): stub Sep 21, 2022
--dotenv
to nuxi dev
, nuxi preview
& nuxi build
--dotenv
for nuxi dev
, nuxi preview
& nuxi build
pi0
changed the title
feat(nuxi): stub
feat(nuxi): support Sep 26, 2022
--dotenv
for nuxi dev
, nuxi preview
& nuxi build
--dotenv
for dev
, build
and preview
commands
pi0
approved these changes
Sep 26, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks <3
4 tasks
Merged
4 tasks
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
π Linked issue
Issue: nuxt/nuxt#14963
β Type of change
π Description
Wanted to help with stubbing out and adding
--dotenv
todev
,preview
andbuild
but for build I would think this would be an override during build but I could not find and overrides so I leftbuild
out for now until I can learn the best way to override it.nuxi dev
[--dotenv]
option - relative to rootDir defaults torootDir
nuxi preview
[--dotenv]
option - relative to rootDir defaults torootDir
nuxi build
[--dotenv]
option - relative to rootDir defaults torootDir
I will update docs once I have more information!
Thanks π
π Checklist