Static Hosting

Hosting Ephemeral on a static host is really easy.

Configuring the host Configure your host to build the project using `pnpm

buildand point the output directory todist`. If they have a "Vite" option, use that. Vercel
Example Cloudflare
Example

Defining the Wisp Server In your host, there should be a way of setting

environment variables. Set the VITE_WISP_SERVER variable to a Wisp server URL. Vercel Example Cloudflare
Example

Last updated on

On this page

Edit on GitHub