Skip to content

Commit 80b2459

Browse files
committed
Update configuration
1 parent de3c862 commit 80b2459

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

config/webpack.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ const config = {
8080
'Access-Control-Allow-Headers': 'X-Requested-With, content-type, Authorization',
8181
},
8282
client: {
83+
webSocketURL: 'ws://0.0.0.0/ws',
8384
overlay: {
8485
warnings: false,
8586
errors: true,

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@
2525
"webpack-virtual-modules": "^0.6.2"
2626
},
2727
"dependencies": {
28-
"@8thwall/ecs": "^3.1.0"
28+
"@8thwall/ecs": "^3.2.0"
2929
}
3030
}

0 commit comments

Comments
 (0)