giolt_sdk

Package Version

Install

gleam add giolt_sdk

Run

gleam run -m giolt

Config

# gleam.toml

[tools.giolt]
outdir = "./dist",
static_dir = "./public",
entry_module = "app",
bundle_aliases = [
    "@gleam=./build/dev/javascript"
],

Documentation can be found at docs.giolt.com

Search Document