Current section
Files
Jump to
Current section
Files
src/omnimessage_server.app.src
{application, omnimessage_server, [
{vsn, "0.2.0"},
{applications, [gleam_erlang,
gleam_http,
gleam_httpc,
gleam_json,
gleam_otp,
gleam_stdlib,
lustre,
mist,
wisp]},
{description, "Use Remote State, Locally"},
{modules, [omnimessage@server,
omnimessage@server@internal@lustre@runtime]},
{registered, []}
]}.