fix(build) use http for GitHub codespaces
This commit is contained in:
parent
56114fe863
commit
be982ae996
|
@ -266,7 +266,7 @@ function getDevServerConfig() {
|
|||
}
|
||||
}
|
||||
},
|
||||
server: 'https',
|
||||
server: process.env.CODESPACES ? 'http' : 'https',
|
||||
static: {
|
||||
directory: process.cwd()
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue