this repo has no description smallweb.run
smallweb
4
fork

Configure Feed

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

add github-cli feature to devcontainer

pomdtr 4783339e 91c7a47a

+2 -1
+2 -1
.devcontainer/devcontainer.json
··· 14 14 "features": { 15 15 "ghcr.io/devcontainers/features/go:1": {}, 16 16 "ghcr.io/devcontainers-community/features/deno:1": {}, 17 - "ghcr.io/devcontainers-extra/features/caddy:1": {} 17 + "ghcr.io/devcontainers-extra/features/caddy:1": {}, 18 + "ghcr.io/devcontainers/features/github-cli:1": {} 18 19 } 19 20 }