Current section

Files

Jump to
glare src glare.app.src
Raw

src/glare.app.src

{application, glare, [
{vsn, "0.1.1"},
{applications, [gleam_stdlib]},
{description, "Bright Gleam Web Framework using SolidJS"},
{modules, [glare,
glare@element,
glare@event,
glare@hooks,
glare@property]},
{registered, []}
]}.