Skip to content

Commit

Permalink
Merge pull request #258 from tommygonzaleza/patch-1
Browse files Browse the repository at this point in the history
Webpack config bug on codespaces hot reload fixed
  • Loading branch information
alesanchezr authored Nov 3, 2023
2 parents 0edb8f2 + ab2c385 commit 9b4d0d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ if(process.env.GITPOD_WORKSPACE_URL){

//only for codespaces
if(process.env.CODESPACE_NAME){
publicUrl = `wss://${process.env.CODESPACE_NAME}-${port}.preview.app.github.dev/ws`;
publicUrl = `wss://${process.env.CODESPACE_NAME}-${port}.app.github.dev/ws`;
}

module.exports = merge(common, {
Expand Down

0 comments on commit 9b4d0d3

Please sign in to comment.