Skip to content

Commit aa18e95

Browse files
committed
add caddy to the devcontainer
1 parent b0e0fe7 commit aa18e95

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"image": "mcr.microsoft.com/vscode/devcontainers/base:ubuntu",
33
"features": {
44
"ghcr.io/devcontainers/features/go:1": {},
5-
"ghcr.io/devcontainers-community/features/deno:1": {}
5+
"ghcr.io/devcontainers-community/features/deno:1": {},
6+
"ghcr.io/devcontainers-extra/features/caddy:1": {}
67
}
78
}

0 commit comments

Comments
 (0)