chore: 示例配置 allowedHosts
parent
0c9fb2034a
commit
5eaecd8b55
|
@ -9,6 +9,7 @@ export default {
|
|||
h5: {
|
||||
devServer: {
|
||||
port: 3000,
|
||||
allowedHosts: 'all',
|
||||
},
|
||||
},
|
||||
} satisfies UserConfigExport;
|
||||
|
|
Loading…
Reference in New Issue