Current section

Files

Jump to
arctic src arctic.app.src
Raw

src/arctic.app.src

{application, arctic, [
{vsn, "1.0.1"},
{applications, [gleam_stdlib,
gleeunit,
lustre,
lustre_ssg,
simplifile,
snag]},
{description, "A friendly web framework for fast response times and a lightweight or serverless backend, written in Gleam!"},
{modules, [arctic,
common]},
{registered, []}
]}.