Fork of daniellemaywood.uk/gleam — Wasm codegen work
2

Configure Feed

Select the types of activity you want to include in your feed.

gleam / test / project_deno / gleam.toml
259 B 16 lines
1name = "project" 2version = "0.1.0" 3target = "javascript" 4 5[javascript] 6typescript_declarations = true 7runtime = "deno" 8 9[javascript.deno] 10location = "http://localhost:8080" 11 12[dependencies] 13gleam_stdlib = "~> 0.18" 14gleam_erlang = "~> 0.23" 15 16[dev-dependencies]