fix port
This commit is contained in:
parent
9d518eded8
commit
7285122fed
@ -26,7 +26,7 @@ module.exports = {
|
||||
devServer: {
|
||||
contentBase: "./dist",
|
||||
host: "0.0.0.0",
|
||||
sockPort: 443,
|
||||
sockPort: 80,
|
||||
disableHostCheck: true,
|
||||
historyApiFallback: {
|
||||
rewrites: [{ from: /^_\/.*$/, to: "/index.html" }],
|
||||
|
Loading…
Reference in New Issue
Block a user