rsnext/packages/create-next-app/templates/app/js
Nhan Doan adc636dd54
fix: update Next.js version in create-next-app (#57532)
### What?
The default template generated from `create-next-app` still says **Next.js 13**.

<img width="1053" alt="image" src="https://github.com/vercel/next.js/assets/2561973/1413dcda-d73d-43a9-ba47-8322cf193c52">

### Why?
Next.js 14 is released.
2023-10-31 01:36:27 +00:00
..
app fix: update Next.js version in create-next-app (#57532) 2023-10-31 01:36:27 +00:00
public fix(cli): unify styles/content of templates (#47294) 2023-03-20 15:33:44 -07:00
.env.example feat: add self-documenting .env.example file (#56469) 2023-10-12 21:55:14 +00:00
eslintrc.json feat(create-next-app): JS/TS prompt (with appDir support); enhanced testing (#42012) 2022-10-31 05:43:39 +00:00
gitignore Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
jsconfig.json Remove baseUrl from create-next-app ts/jsconfig.json (#46458) 2023-02-27 12:16:04 -08:00
next.config.js Remove experimental config from create-next-app (#49241) 2023-05-05 00:22:28 -07:00
README-template.md create-next-app templates: Change bun run dev commands to bun dev (#55603) 2023-09-19 19:04:33 +00:00