Current section
Files
Jump to
Current section
Files
src/olive.app.src
{application, olive, [
{vsn, "1.0.0"},
{applications, [fs,
gleam_erlang,
gleam_http,
gleam_httpc,
gleam_otp,
gleam_stdlib,
mist,
shellout,
simplifile,
tom,
wisp]},
{description, "A gleam dev proxy to enable live reload and smoother DX"},
{modules, [olive,
olive@client_registry,
olive@config,
olive@logging,
olive@proxy,
olive@server_run,
olive@watcher]},
{registered, []}
]}.