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, "0.3.0"},
{applications, [filespy,
gleam_otp,
gleam_stdlib,
gleeunit,
shellout]},
{description, "Hot reloading while in development for Gleam"},
{modules, [radiate]},
{registered, []}
]}.