Current section
Files
Jump to
Current section
Files
src/lustre_pipes.app.src
{application, lustre_pipes, [
{vsn, "0.3.0"},
{applications, [gleam_stdlib,
lustre]},
{description, "Write Lustre template using Gleam's pipes"},
{modules, [lustre_pipes,
lustre_pipes@@main,
lustre_pipes@attribute,
lustre_pipes@element,
lustre_pipes@element@html,
lustre_pipes@event,
lustre_pipes@server_component]},
{registered, []}
]}.