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

Commit

Permalink
Update webpack.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
tommygonzaleza authored Sep 8, 2023
1 parent 8a620b7 commit d168cef
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 d168cef

Please sign in to comment.