Skip to content

Commit 492533f

Browse files
authored
Rename Svelte to SvelteKit in C3 (#7109)
* fix(c3): update Svelte framework display name to SvelteKit
1 parent 08c6580 commit 492533f

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.changeset/happy-items-buy.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"create-cloudflare": patch
3+
---
4+
5+
Rename the framework name
6+
7+
The name currently displayed in the CLI is `Svelte`. However, all of the options actually create a `SvelteKit` app, and the name `SvelteKit` is also used in the [documentation](https://developers.cloudflare.com/pages/framework-guides/deploy-a-svelte-site/).

packages/create-cloudflare/templates-experimental/svelte/c3.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ const config: TemplateConfig = {
9898
configVersion: 1,
9999
id: "svelte",
100100
frameworkCli: "sv",
101-
displayName: "Svelte",
101+
displayName: "SvelteKit",
102102
platform: "workers",
103103
copyFiles: {
104104
variants: {

packages/create-cloudflare/templates/svelte/c3.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ const config: TemplateConfig = {
9898
configVersion: 1,
9999
id: "svelte",
100100
frameworkCli: "sv",
101-
displayName: "Svelte",
101+
displayName: "SvelteKit",
102102
platform: "pages",
103103
copyFiles: {
104104
variants: {

0 commit comments

Comments
 (0)