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 devcontainer config

pomdtr 86fe9a09 aa18e958

+11
+11
.devcontainer/devcontainer.json
··· 1 + // For format details, see https://aka.ms/devcontainer.json. For config options, see the 2 + // README at: https://github.com/devcontainers/templates/tree/main/src/ubuntu 1 3 { 2 4 "image": "mcr.microsoft.com/vscode/devcontainers/base:ubuntu", 5 + "forwardPorts": [ 6 + 7777, 7 + 2222 8 + ], 9 + "remoteEnv": { 10 + "SMALLWEB_DOMAIN": "smallweb.localhost", 11 + "SMALLWEB_DIR": "${containerWorkspaceFolder}/examples" 12 + }, 13 + "postCreateCommand": "go mod download", 3 14 "features": { 4 15 "ghcr.io/devcontainers/features/go:1": {}, 5 16 "ghcr.io/devcontainers-community/features/deno:1": {},