Packages

Server-side rendering support for inertia_wisp

Current section

Files

Jump to
inertia_wisp_ssr src inertia_wisp_ssr.app.src
Raw

src/inertia_wisp_ssr.app.src

{application, inertia_wisp_ssr, [
{vsn, "0.2.0"},
{applications, [child_process,
gleam_crypto,
gleam_deque,
gleam_erlang,
gleam_json,
gleam_otp,
gleam_stdlib,
gleam_time,
glisten,
inertia_wisp,
logging,
netstring]},
{description, "Server-side rendering support for inertia_wisp"},
{modules, [inertia_wisp@ssr,
inertia_wisp@ssr@internal@listener,
inertia_wisp@ssr@internal@pool,
inertia_wisp@ssr@internal@protocol,
inertia_wisp@ssr@internal@worker,
inertia_wisp_ssr@@main,
inertia_wisp_ssr_test_ffi]},
{registered, []}
]}.