Current section
Files
Jump to
Current section
Files
src/nakai.app.src
{application, nakai, [
{vsn, "0.2.0"},
{applications, [gleam_stdlib,
gleeunit]},
{description, "A proof-of-concept library for making web apps with Gleam"},
{modules, [gleam@html,
gleam@html@attrs,
gleam@html@doctype,
nakai,
nakai@nakai,
nakai@render]},
{registered, []}
]}.