Skip to content

Commit

Permalink
update create svelte command
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann committed Oct 21, 2024
1 parent 01c94a0 commit de2ac69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/create-vite/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ const FRAMEWORKS: Framework[] = [
name: 'custom-svelte-kit',
display: 'SvelteKit ↗',
color: red,
customCommand: 'npm create svelte@latest TARGET_DIR',
customCommand: 'npm exec sv create TARGET_DIR',
},
],
},
Expand Down

0 comments on commit de2ac69

Please sign in to comment.