chore: 示例配置 allowedHosts

pull/49/head
zjx0905 2023-08-17 17:11:57 +08:00
parent 0c9fb2034a
commit 5eaecd8b55
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ export default {
h5: { h5: {
devServer: { devServer: {
port: 3000, port: 3000,
allowedHosts: 'all',
}, },
}, },
} satisfies UserConfigExport; } satisfies UserConfigExport;