Packages

Reload your mist web appliction in development, supports wisp etc.

Current section

Files

Jump to
mist_reload src mist_reload.app.src
Raw

src/mist_reload.app.src

{application, mist_reload, [
{vsn, "1.0.0"},
{applications, [gleam_erlang,
gleam_http,
gleam_otp,
gleam_stdlib,
mist,
radiate]},
{description, "Reload your mist web appliction in development, supports wisp etc."},
{modules, [mist@reload,
mist_reload@@main]},
{registered, []}
]}.