Current section
Files
Jump to
Current section
Files
src/mist_reload.app.src
{application, mist_reload, [
{vsn, "1.0.1"},
{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, []}
]}.