Packages

Hot reloading while in development for Gleam

Current section

Files

Jump to
radiate src radiate.app.src
Raw

src/radiate.app.src

{application, radiate, [
{vsn, "1.0.0"},
{applications, [filespy,
gleam_erlang,
gleam_otp,
gleam_stdlib,
shellout]},
{description, "Hot reloading while in development for Gleam"},
{modules, [radiate,
radiate@@main]},
{registered, []}
]}.