Packages

A gleam dev proxy to enable live reload and smoother DX

Current section

Files

Jump to
olive src olive.app.src
Raw

src/olive.app.src

{application, olive, [
{vsn, "1.4.0"},
{applications, [argv,
clip,
filepath,
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@cli,
olive@client_registry,
olive@config,
olive@logging,
olive@proxy,
olive@server_run,
olive@watcher]},
{registered, []}
]}.