Solidstart Astro or Vite
Created a SolidStart project and saw that it was using Astro. Looking at the docs it says the project should be in vite. Can anyone tell me what's going on?
Mostly interested cause libraries are asking to add something to vite config and I don't know whether to skip that step or I've set up something wrong
3 Replies
I think astro branch of start in create app is accident, since it's still in development. Solid start is getting ported to astro and astro uses vite under the hood.
@luka17410 , in the init cli command use [email protected], that will give you the normal non-alpha version.
yeah that's what i did. forgot to mention it here. thanks for the help anyway