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.

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.

Deploy Deploy your project. The host should build the project and serve
it with the Wisp server. 
Last updated on