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
352 B 19 lines
1# SPDX-License-Identifier: Apache-2.0 2# SPDX-FileCopyrightText: 2021 The Gleam contributors 3 4name = "project" 5version = "0.1.0" 6target = "javascript" 7 8[javascript] 9typescript_declarations = true 10runtime = "deno" 11 12[javascript.deno] 13location = "http://localhost:8080" 14 15[dependencies] 16gleam_stdlib = "~> 0.18" 17gleam_erlang = "~> 0.23" 18 19[dev_dependencies]