Update devcontainer.json

This commit is contained in:
2023-10-03 17:23:54 +00:00
parent 8f926621c1
commit 3d8cf665db

View File

@ -28,6 +28,10 @@
]
}
},
"forwardPorts": [5000]
}
"forwardPorts": [
5000
],
"features": {
"ghcr.io/devcontainers-contrib/features/angular-cli:2": {}
}
}