提交 b27a1553 编写于 作者: 6 62e00738167f7e3ed361db3c

Invalid Host header

上级 08e71279
# preview.yml
autoOpen: false # 打开工作空间时是否自动开启所有应用的预览
apps:
- port: 5500 # 应用的端口
- port: 8081 # 应用的端口
run: npm i && npm run dev # 应用的启动命
command: # 使用此命令启动服务,且不执行run
root: ./ # 应用的启动目录
......
......@@ -90,7 +90,15 @@ const config = {
}
}
},
lintOnSave: false
lintOnSave: false,
devServer: {
// disableHostCheck: true,
// host: '0.0.0.0',
allowedHosts: [
'datasea.cn',
'preview-62e00738167f7e3ed361db3c-6354405c78a0a92e29958ee5-8081.datasea.cn'
],
}
}
adapter.initialize()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册