Update devcontainer.json

This commit is contained in:
Phillip Kühne 2023-10-03 17:23:54 +00:00
parent 8f926621c1
commit 3d8cf665db
Signed by: phillip
GPG Key ID: E4C1C4D2F90902AA

View File

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