Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .changeset/quick-years-run.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"create-cloudflare": patch
---

Consistently use full official full stack framework names

Rename the `Solid` framework entry to `SolidStart` and `Next` to `Next.js` so that these alongside `SvelteKit` present the full official unshortened names of full stack frameworks
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export default {
// is not yet fully ready for Next.js 15, once it is we should remove the following
frameworkCliPinnedVersion: "14.2.5",
platform: "workers",
displayName: "Next (using Node.js compat + Workers Assets)",
displayName: "Next.js (using Node.js compat + Workers Assets)",
path: "templates-experimental/next",
copyFiles: {
path: "./templates",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const config: TemplateConfig = {
configVersion: 1,
id: "solid",
frameworkCli: "create-solid",
displayName: "Solid",
displayName: "SolidStart",
platform: "workers",
copyFiles: {
path: "./templates",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-cloudflare/templates/next/c3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ export default {
id: "next",
frameworkCli: "create-next-app",
platform: "pages",
displayName: "Next",
displayName: "Next.js",
generate,
configure,
copyFiles: {
Expand Down
2 changes: 1 addition & 1 deletion packages/create-cloudflare/templates/solid/c3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const config: TemplateConfig = {
configVersion: 1,
id: "solid",
frameworkCli: "create-solid",
displayName: "Solid",
displayName: "SolidStart",
platform: "pages",
copyFiles: {
path: "./templates",
Expand Down
Loading