Vite compatible Rollup plugin for Gleam language
export function render(text: string): void { document.body.textContent = text; }