1
0
Fork 0
forked from swablab/website
website/.devcontainer/devcontainer.json
2025-05-07 22:18:44 +00:00

17 lines
No EOL
327 B
JSON

{
"name": "swabsite",
"image": "mcr.microsoft.com/devcontainers/base:ubuntu",
"features": {
"ghcr.io/devcontainers/features/node": {}
},
"containerEnv": {
"ASTRO_TELEMETRY_DISABLED": "true"
},
"customizations": {
"vscode": {
"extensions": [
"astro-build.astro-vscode"
]
}
}
}