Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

svelte-kit-ts template does not have SvelteKit #270

Closed
DiZeroX opened this issue Dec 21, 2022 · 0 comments
Closed

svelte-kit-ts template does not have SvelteKit #270

DiZeroX opened this issue Dec 21, 2022 · 0 comments

Comments

@DiZeroX
Copy link

DiZeroX commented Dec 21, 2022

Running pnpm create tauri-app@latest project-name --template svelte-kit-ts doesn't have sveltekit package installed.

I'm thinking there might be a bug here on L294-295 here, where the wrong template is assigned:

svelte-kit -> svelte
svelte-kit-ts -> svelte-ts

"svelte-kit" => Ok(Template::Svelte),

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants