Skip to content
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.

Commit

Permalink
Merge pull request #80 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 8a620b7 + d168cef commit 176b50f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,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 = {
Expand Down

0 comments on commit 176b50f

Please sign in to comment.