How to get Firebase hosting emulator to serve a Vite dev server locally?
I'm building an app in Vue 3 with Vite as my bundler and dev server. I'm using Firebase as the backend. I've got the hosting emulator working locally, but it points to the /dist directory where the build output goes.…