-
Notifications
You must be signed in to change notification settings - Fork 28.3k
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 |
What?
.env.example
toenv.example
in the CNA templates..env.example
correctly..env.example
to integration tests.Why?
At #56469,
.env.example
was added to CNA templates.However,
create-next-app
command doesn't make it due to dotfile.CC: @samcx