Files
popov.link/.devcontainer/devcontainer.json
T
renovate[bot] fb432cf6f6
Test / npm test (pull_request) Successful in 40s
Test / npm test (push) Successful in 39s
chore(deps): update mcr.microsoft.com/devcontainers/javascript-node docker tag to v26
2026-07-31 00:08:02 +00:00

16 lines
328 B
JSON

{
"image": "mcr.microsoft.com/devcontainers/javascript-node:26",
"forwardPorts": [4321],
"portsAttributes": {
"4321": {
"label": "Application",
"onAutoForward": "notify"
}
},
"customizations": {
"vscode": {
"extensions": ["astro-build.astro-vscode", "esbenp.prettier-vscode"]
}
}
}