mirror of
https://github.com/valentineus/popov.link.git
synced 2025-06-06 18:13:34 +03:00
16 lines
328 B
JSON
16 lines
328 B
JSON
{
|
|
"image": "mcr.microsoft.com/devcontainers/javascript-node:22",
|
|
"forwardPorts": [4321],
|
|
"portsAttributes": {
|
|
"4321": {
|
|
"label": "Application",
|
|
"onAutoForward": "notify"
|
|
}
|
|
},
|
|
"customizations": {
|
|
"vscode": {
|
|
"extensions": ["astro-build.astro-vscode", "esbenp.prettier-vscode"]
|
|
}
|
|
}
|
|
}
|