next.js
a9047437 - chore: keep create-next-app messages and docs the same (#72444)

Commit
1 year ago
chore: keep create-next-app messages and docs the same (#72444) ## What does this PR do? According to [Installation docs](https://nextjs.org/docs/getting-started/installation#automatic-installation), [create-next-app](https://nextjs.org/docs/app/api-reference/cli/create-next-app) messages are below ![image](https://github.com/user-attachments/assets/bb20d031-a8f0-4306-8c41-d3341fa8c899) However, the real messages are ![image](https://github.com/user-attachments/assets/828f7e15-8284-4b97-a62f-d99867aede09) Unlike the `src/`, `next dev` and `@/*` don't have single quotation. So I add apostrophes to create-next-app message. ## How did you verify your code works? I have tested local build package. ![image](https://github.com/user-attachments/assets/f358cf89-8bf1-48aa-97f9-2f097e4ef753) Co-authored-by: JJ Kasper <jj@jjsweb.site>
Author
マルコメ
Parents
Loading