Current section
Files
Jump to
Current section
Files
src/gleatter.app.src
{application, gleatter, [
{vsn, "1.0.0"},
{applications, [convert,
convert_json,
gleam_http,
gleam_json,
gleam_stdlib]},
{description, "Typed route definitions for seamless fullstack development !"},
{modules, [gleatter,
gleatter@body,
gleatter@path,
gleatter@query,
gleatter@route,
gleatter@service,
gleatter@utils]},
{registered, []}
]}.