Skip to content

Commit

Permalink
Rename Svelte to SvelteKit in C3 (#7109)
Browse files Browse the repository at this point in the history
* fix(c3): update Svelte framework display name to SvelteKit
  • Loading branch information
jsparkdev authored Nov 7, 2024
1 parent 08c6580 commit 492533f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .changeset/happy-items-buy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---

This comment has been minimized.

Copy link
@CjFlypuffin369

CjFlypuffin369 Nov 22, 2024

CJ fly

"create-cloudflare": patch
---

Rename the framework name

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/).
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ const config: TemplateConfig = {
configVersion: 1,
id: "svelte",
frameworkCli: "sv",
displayName: "Svelte",
displayName: "SvelteKit",
platform: "workers",
copyFiles: {
variants: {
Expand Down
2 changes: 1 addition & 1 deletion packages/create-cloudflare/templates/svelte/c3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ const config: TemplateConfig = {
configVersion: 1,
id: "svelte",
frameworkCli: "sv",
displayName: "Svelte",
displayName: "SvelteKit",
platform: "pages",
copyFiles: {
variants: {
Expand Down

0 comments on commit 492533f

Please sign in to comment.