|
@@ -12,6 +12,7 @@ module.exports = merge(common, {
|
|
historyApiFallback: true,
|
|
historyApiFallback: true,
|
|
hot: true,
|
|
hot: true,
|
|
port: config.get("frontendPort"),
|
|
port: config.get("frontendPort"),
|
|
|
|
+ public: config.get("frontendDomain"),
|
|
disableHostCheck: true
|
|
disableHostCheck: true
|
|
}
|
|
}
|
|
});
|
|
});
|