Skip to content

Commit 5137d13

Browse files
add AUTH_URL
1 parent 10f2ee0 commit 5137d13

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
"ghcr.io/devcontainers/features/github-cli:1": {}
1010
},
1111

12+
"remoteEnv": {
13+
"AUTH_URL": "https://${containerEnv:CODESPACE_NAME}-3000.app.github.dev"
14+
},
15+
1216
"forwardPorts": [3000],
1317
"portsAttributes": {
1418
"3000": { "label": "Web App", "onAutoForward": "notify" }

0 commit comments

Comments
 (0)