Packages

pify: some helpers to use gleam in your shopify project.

Current section

Files

Jump to
pify src pify.app.src
Raw

src/pify.app.src

{application, pify, [
{vsn, "1.0.0"},
{applications, [gleam_fetch,
gleam_http,
gleam_json,
gleam_stdlib,
midas,
snag]},
{description, "pify: some helpers to use gleam in your shopify project."},
{modules, [admin@fragments,
admin@products,
admin@types,
pify,
pify@@main,
storefront@cart,
storefront@fragments,
storefront@products,
storefront@utils]},
{registered, []}
]}.