Initial commit

This commit is contained in:
2025-03-05 02:24:13 +00:00
commit 68cb91d399
3 changed files with 95 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{
"name": "DevContainerExample",
"image": "mcr.microsoft.com/devcontainers/base:dev-ubuntu-20.04",
"customizations": {
"vscode": {
"settings": {},
"extensions": [
]
}
},
"portsAttributes": {
"3000": {
"label": "Web Server",
"onAutoForward": "notify"
}
}
}