Skip to content

Commit

Permalink
[C3] Consistently use full official full stack framework names (#7664)
Browse files Browse the repository at this point in the history
  • Loading branch information
dario-piotrowicz authored Jan 7, 2025
1 parent 6c5306d commit 5cc3bb1
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
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

0 comments on commit 5cc3bb1

Please sign in to comment.