Current section
Files
Jump to
Current section
Files
src/spectator.app.src
{application, spectator, [
{vsn, "1.0.1"},
{applications, [chrobot,
gleam_erlang,
gleam_http,
gleam_json,
gleam_otp,
gleam_stdlib,
gleeunit,
lustre,
mist,
pprint,
simplifile]},
{description, "BEAM observer tool"},
{modules, [spectator,
spectator@internal@api,
spectator@internal@components@processes_live,
spectator@internal@utils,
spectator@internal@views@display,
spectator@internal@views@icon,
spectator@internal@views@navbar,
spectator@internal@views@process_table]},
{registered, []}
]}.