💄 style: Added AUTH_MICROSOFT_ENTRA_ID_BASE_URL routing (#9293)

Added AUTH_MICROSOFT_ENTRA_ID_BASE_URL routing
This commit is contained in:
Jim Seiwert
2025-09-21 12:05:58 -05:00
committed by GitHub
parent 8f274aeba9
commit 78a2f9e874
3 changed files with 16 additions and 4 deletions

View File

@@ -1,6 +1,7 @@
{
"image": "mcr.microsoft.com/devcontainers/typescript-node",
"features": {
"ghcr.io/devcontainer-community/devcontainer-features/bun.sh:1": {}
}
"ghcr.io/devcontainer-community/devcontainer-features/bun.sh:1": {},
"ghcr.io/devcontainers/features/docker-outside-of-docker:1": {}
},
"image": "mcr.microsoft.com/devcontainers/typescript-node"
}