This is a minimal example demonstrating bundling with Vite. It attempts a connection to verify that web workers load correctly, but networks requests will fail since no credentials are configured. See src/index.js for details.
To see it in action:
- Make sure to run
pnpm install
andpnpm build:packages
in the root directory of this repo. cd
into this directory, and runpnpm start
.- Open the localhost URL displayed in the terminal output in your browser.