Would like to run vite from the cli and use a different entry point than ./index.html like so:
vite -entrypoint ./gallery/slider.html
I cannot find a cli option and also no config option that allows a different entry point.
I am concerned about dev serving not about the build phase.
Use vite serve ./gallery/ then just visit localhost:5173/slider.html.
In dev mode you can have as many inputs as you like
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With