rsnext/packages/create-next-app/templates
Jake Boone 3cd4b975c3
create-next-app templates: Change bun run dev commands to bun dev (#55603)
[As of Bun v1.0.0](https://bun.sh/blog/bun-v1.0#changelog-since-v0-8), `bun dev` runs the "dev" script from package.json. Therefore, as with Yarn and pnpm, the "run" command is not necessary.

This PR changes the `create-next-app` README templates to show `bun dev` instead of `bun run dev`.
2023-09-19 19:04:33 +00:00
..
app create-next-app templates: Change bun run dev commands to bun dev (#55603) 2023-09-19 19:04:33 +00:00
app-tw create-next-app templates: Change bun run dev commands to bun dev (#55603) 2023-09-19 19:04:33 +00:00
default create-next-app templates: Change bun run dev commands to bun dev (#55603) 2023-09-19 19:04:33 +00:00
default-tw create-next-app templates: Change bun run dev commands to bun dev (#55603) 2023-09-19 19:04:33 +00:00
index.ts chore(create-next-app): use tailwind.config.ts for typescript templates (#47795) 2023-08-01 20:05:57 +00:00
types.ts feat(cli): introduce --tailwind flag (#46927) 2023-03-16 16:06:27 +01:00