Current section

Files

Jump to
hx src hx.app.src
Raw

src/hx.app.src

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