[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot] 2023-06-04 09:09:13 +00:00 committed by GitHub
parent 36bb5a46d4
commit e0e87a730c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -110,7 +110,7 @@ export async function buildClient (ctx: ViteBuildContext) {
clientConfig.server = defu(clientConfig.server, <ServerOptions> {
https: ctx.nuxt.options.devServer.https,
hmr: {
clientPort: ctx.nuxt.options.devServer.port,
clientPort: ctx.nuxt.options.devServer.port
}
})
}