Description
vp v0.1.15 vp dev executes the vite dev server (as expected)
SoldStart projects rely on the Vinxi dev server.
The vite dev server does not serve the SolidStart app, only an empty page with a 404 is returned.
Suggested solution
Detect the Vinxi dev server and start that when running vp dev.
Alternative
Support a config property in vite-config.ts. Perhaps adding to the existing server: property.
Additional context
I know I can just run vp run dev or vpr dev but I'm lazy and OCD. 😜
Similar considerations apply to vp build and vp preview.
Validations
Description
vp v0.1.15
vp devexecutes the vite dev server (as expected)SoldStart projects rely on the Vinxi dev server.
The vite dev server does not serve the SolidStart app, only an empty page with a 404 is returned.
Suggested solution
Detect the Vinxi dev server and start that when running
vp dev.Alternative
Support a config property in
vite-config.ts. Perhaps adding to the existingserver:property.Additional context
I know I can just run
vp run devorvpr devbut I'm lazy and OCD. 😜Similar considerations apply to
vp buildandvp preview.Validations