create-next-app CLI needed --no-src-dir flag
#85201
2chanhaeng
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Goals
--no-src-dirflag tocreate-next-appNon-Goals
No response
Background
When creating a Next.js project with
create-next-app, a flag is needed for cases where thesrcdirectory is not used. For now, it's impossible to create a project with a single-line command without additional input and without using thesrcdirectory.Proposal
The
create-next-appCLI needs a--no-src-dirflag or an equivalent for cases where thesrcdirectory is not used.Beta Was this translation helpful? Give feedback.
All reactions