Current section

Files

Jump to
hx src hx.app.src
Raw

src/hx.app.src

{application, hx, [
{vsn, "2.0.0"},
{applications, [gleam_json,
gleam_stdlib,
lustre]},
{description, "HTMX attributes for lustre"},
{modules, [hx,
hx@@main]},
{registered, []}
]}.