现场fix

This commit is contained in:
psh
2023-11-21 11:14:30 +08:00
parent c28ee20363
commit 61bb0c42ed
8 changed files with 99 additions and 87 deletions

View File

@@ -19,6 +19,8 @@ module.exports = {
lintOnSave: process.env.NODE_ENV === 'development',
productionSourceMap: false,
devServer: {
allowedHosts: ['all'],
disableHostCheck: true,
port: port,
open: false,
overlay: {