File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -65,10 +65,6 @@ module.exports = configure(function (/* ctx */) {
65
65
// publicPath: '/',
66
66
// analyze: true,
67
67
env : {
68
- GITPOD_WORKSPACE_URL : process . env . GITPOD_WORKSPACE_URL ,
69
- CODESPACE_NAME : process . env . CODESPACE_NAME ,
70
- GITHUB_CODESPACES_PORT_FORWARDING_DOMAIN :
71
- process . env . GITHUB_CODESPACES_PORT_FORWARDING_DOMAIN ,
72
68
PREVIEW_URL : process . env . GITPOD_WORKSPACE_URL
73
69
? process . env . GITPOD_WORKSPACE_URL . replace (
74
70
"https://" ,
@@ -77,6 +73,7 @@ module.exports = configure(function (/* ctx */) {
77
73
: process . env . CODESPACE_NAME
78
74
? `https://${ process . env . CODESPACE_NAME } -9999.${ process . env . GITHUB_CODESPACES_PORT_FORWARDING_DOMAIN } `
79
75
: undefined ,
76
+ ...process . env ,
80
77
...require ( "dotenv" ) . config ( ) . parsed ,
81
78
} ,
82
79
rawDefine : {
You can’t perform that action at this time.
0 commit comments