Current section
Files
Jump to
Current section
Files
src/nakai.app.src
{application, nakai, [
{vsn, "0.4.2"},
{applications, [gleam_stdlib,
gleeunit]},
{description, "A server-side rendering framework for building web apps with Gleam ✨"},
{modules, [nakai,
nakai@head,
nakai@html,
nakai@html@attrs,
nakai@html@doctype,
nakai@html@events,
nakai@render,
nakai@render@state,
nakai@web_components]},
{registered, []}
]}.