Skip to content

Commit

Permalink
create-cloudflare: replace create-svelte with sv
Browse files Browse the repository at this point in the history
  • Loading branch information
codenoid authored Oct 21, 2024
1 parent 3ae6834 commit c55061c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/create-cloudflare/src/frameworks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"create-vite": "5.5.3",
"create-remix": "2.13.1",
"create-solid": "0.5.13",
"create-svelte": "6.4.0",
"sv": "0.5.7",
"create-vue": "3.10.4",
"gatsby": "5.13.7",
"nuxi": "3.12.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ const updateTypeDefinitions = (ctx: C3Context) => {
const config: TemplateConfig = {
configVersion: 1,
id: "svelte",
frameworkCli: "create-svelte",
frameworkCli: "sv",
displayName: "Svelte",
platform: "workers",
copyFiles: {
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 @@ -97,7 +97,7 @@ const updateTypeDefinitions = (ctx: C3Context) => {
const config: TemplateConfig = {
configVersion: 1,
id: "svelte",
frameworkCli: "create-svelte",
frameworkCli: "sv",
displayName: "Svelte",
platform: "pages",
copyFiles: {
Expand Down

0 comments on commit c55061c

Please sign in to comment.