Skip to content

Commit

Permalink
chore: remove unnecessary svelteKit C3 variants (#7494)
Browse files Browse the repository at this point in the history
  • Loading branch information
dario-piotrowicz authored Dec 10, 2024
1 parent 8ca9533 commit 80f2179
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 108 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,7 @@ const config: TemplateConfig = {
displayName: "SvelteKit",
platform: "workers",
copyFiles: {
variants: {
js: { path: "./js" },
ts: { path: "./ts" },
},
path: "./templates",
},
path: "templates-experimental/svelte",
generate,
Expand Down

This file was deleted.

This file was deleted.

5 changes: 1 addition & 4 deletions packages/create-cloudflare/templates/svelte/c3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,10 +131,7 @@ const config: TemplateConfig = {
displayName: "SvelteKit",
platform: "pages",
copyFiles: {
variants: {
js: { path: "./js" },
ts: { path: "./ts" },
},
path: "./templates",
},
generate,
configure,
Expand Down
85 changes: 0 additions & 85 deletions packages/create-cloudflare/templates/svelte/ts/wrangler.toml

This file was deleted.

0 comments on commit 80f2179

Please sign in to comment.