We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49bfe09 commit d1f4727Copy full SHA for d1f4727
.devcontainer/devcontainer.json
@@ -7,14 +7,11 @@
7
2222
8
],
9
"remoteEnv": {
10
- "SMALLWEB_DOMAIN": "smallweb.localhost",
11
- "SMALLWEB_DIR": "${containerWorkspaceFolder}/examples"
+ "SMALLWEB_DIR": "${containerWorkspaceFolder}/workspace"
12
},
13
- "postCreateCommand": "go install",
14
"features": {
15
"ghcr.io/devcontainers/features/go:1": {},
16
"ghcr.io/devcontainers-community/features/deno:1": {},
17
- "ghcr.io/devcontainers-extra/features/caddy:1": {},
18
- "ghcr.io/devcontainers/features/github-cli:1": {}
+ "ghcr.io/devcontainers-extra/features/caddy:1": {}
19
}
20
0 commit comments