Skip to content

Commit 5cc3bb1

Browse files
[C3] Consistently use full official full stack framework names (#7664)
1 parent 6c5306d commit 5cc3bb1

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

Diff for: .changeset/quick-years-run.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"create-cloudflare": patch
3+
---
4+
5+
Consistently use full official full stack framework names
6+
7+
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

Diff for: packages/create-cloudflare/templates-experimental/next/c3.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export default {
3838
// is not yet fully ready for Next.js 15, once it is we should remove the following
3939
frameworkCliPinnedVersion: "14.2.5",
4040
platform: "workers",
41-
displayName: "Next (using Node.js compat + Workers Assets)",
41+
displayName: "Next.js (using Node.js compat + Workers Assets)",
4242
path: "templates-experimental/next",
4343
copyFiles: {
4444
path: "./templates",

Diff for: packages/create-cloudflare/templates-experimental/solid/c3.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ const config: TemplateConfig = {
7272
configVersion: 1,
7373
id: "solid",
7474
frameworkCli: "create-solid",
75-
displayName: "Solid",
75+
displayName: "SolidStart",
7676
platform: "workers",
7777
copyFiles: {
7878
path: "./templates",

Diff for: packages/create-cloudflare/templates/next/c3.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ export default {
176176
id: "next",
177177
frameworkCli: "create-next-app",
178178
platform: "pages",
179-
displayName: "Next",
179+
displayName: "Next.js",
180180
generate,
181181
configure,
182182
copyFiles: {

Diff for: packages/create-cloudflare/templates/solid/c3.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ const config: TemplateConfig = {
6666
configVersion: 1,
6767
id: "solid",
6868
frameworkCli: "create-solid",
69-
displayName: "Solid",
69+
displayName: "SolidStart",
7070
platform: "pages",
7171
copyFiles: {
7272
path: "./templates",

0 commit comments

Comments
 (0)