2024-07-09 19:27:35 +00:00
|
|
|
{
|
2024-09-04 21:16:37 +00:00
|
|
|
"image": "mcr.microsoft.com/devcontainers/javascript-node:22",
|
|
|
|
"forwardPorts": [4321],
|
2024-07-09 19:27:35 +00:00
|
|
|
"portsAttributes": {
|
2024-09-04 21:16:37 +00:00
|
|
|
"4321": {
|
2024-07-09 19:27:35 +00:00
|
|
|
"label": "Application",
|
|
|
|
"onAutoForward": "notify"
|
|
|
|
}
|
2024-09-04 21:16:37 +00:00
|
|
|
},
|
|
|
|
"customizations": {
|
|
|
|
"vscode": {
|
|
|
|
"extensions": ["astro-build.astro-vscode", "esbenp.prettier-vscode"]
|
|
|
|
}
|
2024-07-09 19:27:35 +00:00
|
|
|
}
|
2024-09-04 21:16:37 +00:00
|
|
|
}
|