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

Configure Feed

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

gleam / .gitpod.yml
345 B 15 lines
1image: 2 file: .gitpod.Dockerfile 3 4# See: https://www.gitpod.io/docs/config-start-tasks/ 5tasks: 6 - init: cargo build && make 7 command: cargo watch -x run 8 9# See: https://www.gitpod.io/docs/prebuilds/#configure-the-github-app 10github: 11 prebuilds: 12 master: false 13 pullRequests: false 14 pullRequestsFromForks: false 15 addCheck: false