change ws route in webpack-dev-server

This commit is contained in:
axolotle
2021-02-23 14:23:34 +01:00
parent 40488b71ff
commit d540a9d351
+8
View File
@@ -24,6 +24,14 @@ module.exports = {
port: 8988,
disableHostCheck: true,
publicPath: '/',
sockHost: 'localhost',
public: 'localhost:8988/',
proxy: {
'^/api': {
target: 'http://0.0.0.0:9000',
logLevel: 'debug'
}
},
// quiet: false,
watchOptions: {
ignored: /node_modules/