this repo has no description smallweb.run
smallweb
4
fork

Configure Feed

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

update devcontainer

pomdtr d1f47273 49bfe09c

+2 -5
+2 -5
.devcontainer/devcontainer.json
··· 7 7 2222 8 8 ], 9 9 "remoteEnv": { 10 - "SMALLWEB_DOMAIN": "smallweb.localhost", 11 - "SMALLWEB_DIR": "${containerWorkspaceFolder}/examples" 10 + "SMALLWEB_DIR": "${containerWorkspaceFolder}/workspace" 12 11 }, 13 - "postCreateCommand": "go install", 14 12 "features": { 15 13 "ghcr.io/devcontainers/features/go:1": {}, 16 14 "ghcr.io/devcontainers-community/features/deno:1": {}, 17 - "ghcr.io/devcontainers-extra/features/caddy:1": {}, 18 - "ghcr.io/devcontainers/features/github-cli:1": {} 15 + "ghcr.io/devcontainers-extra/features/caddy:1": {} 19 16 } 20 17 }