e007bdd4e7
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
18 lines
470 B
JSON
18 lines
470 B
JSON
{
|
|
"image": "mcr.microsoft.com/devcontainers/go:1",
|
|
"features": {
|
|
"ghcr.io/devcontainers/features/hugo:1": {
|
|
"extended": true,
|
|
"version": "0.161.1"
|
|
},
|
|
"ghcr.io/devcontainers/features/node:1": {}
|
|
},
|
|
"customizations": {
|
|
"vscode": {
|
|
"extensions": ["mhutchie.git-graph", "esbenp.prettier-vscode", "tamasfe.even-better-toml", "budparr.language-hugo-vscode"]
|
|
}
|
|
},
|
|
"postCreateCommand": "npm install",
|
|
"forwardPorts": [1313]
|
|
}
|