Vite compatible Rollup plugin for Gleam language
pub fn hello(name: String) -> String { "Hello, " <> name <> "!" }