-
Notifications
You must be signed in to change notification settings - Fork 28.4k
cna: create .env.example correctly
#73685
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
base: canary
Are you sure you want to change the base?
Conversation
|
Allow CI Workflow Run
Note: this should only be enabled once the PR is ready to go and can only be enabled by a maintainer |
6737c2b to
defc25d
Compare
|
I don't think we should switch it to
Is it possible to fix this? 👀 |
You are right, but next.js/packages/create-next-app/templates/index.ts Lines 60 to 78 in fd5f588
Make sure that the output env file name will be |
d0198e5 to
ec1638b
Compare
1c4a42d to
9920c62
Compare
|
What?
.env.exampletoenv.examplein the CNA templates..env.examplecorrectly..env.exampleto integration tests.Why?
At #56469,
.env.examplewas added to CNA templates.However,
create-next-appcommand doesn't make it due to dotfile.CC: @samcx