Current section
Files
Jump to
Current section
Files
src/pify.app.src
{application, pify, [
{vsn, "0.2.0"},
{applications, [gleam_http,
gleam_httpc,
gleam_json,
gleam_stdlib,
snag]},
{description, "pify: some helpers to use gleam in your shopify project."},
{modules, [fragments,
mutations,
pify,
pify@@main,
types]},
{registered, []}
]}.