examples: remove next-env.d.ts
files
#73673
Merged
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.
Summary
Remove
next-env.d.ts
file from the examples directory because gitignore template includes them.Description
At #41041, removed
next-env.d.ts
files.However, #47241 reintroduced them.
create-next-app
makesnext-env.d.ts
file in the example directory if it's typescript.next.js/packages/create-next-app/create-app.ts
Lines 202 to 209 in c2078d0
Therefore,
next-env.d.ts
file isn't necessary.CC: @samcx
Adding or Updating Examples
pnpm build && pnpm lint
. See https://github.com/vercel/next.js/blob/canary/contributing/repository/linting.md