Skip to content

Commit 97f2810

Browse files
fix(devenv): Use localEnv for resolving codespace env vars
1 parent f7e96b9 commit 97f2810

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111

1212
"remoteEnv": {
13-
"AUTH_URL": "https://${containerEnv:CODESPACE_NAME}-3000.app.github.dev"
13+
"AUTH_URL": "https://${localEnv:CODESPACE_NAME}-3000.${localEnv:GITHUB_CODESPACES_PORT_FORWARDING_DOMAIN}"
1414
},
1515

1616
"forwardPorts": [3000],

0 commit comments

Comments
 (0)