LiveReactIslands.SSR.ViteRenderer.Application (LiveReactIslands SSR Vite v0.1.1)

View Source

OTP Application for the LiveReactIslands Vite SSR system.

Starts the ViteRenderer GenServer which connects to the Vite dev server for server-side rendering during development.

Configure in your config files:

config :live_react_islands_ssr_vite,
  vite_url: "http://127.0.0.1:5173",
  timeout: 5000