Is it possible to get multiple html entry points to work in Vite when running it as a dev server (with vite --host
)? I'm currently using this post's solution Multiple entry points in Vite, but it only works for when building the site to a dist
folder.
Asked
Active
Viewed 202 times