mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-26 07:32:01 +00:00
[autofix.ci] apply automated fixes
This commit is contained in:
parent
36bb5a46d4
commit
e0e87a730c
@ -110,7 +110,7 @@ export async function buildClient (ctx: ViteBuildContext) {
|
|||||||
clientConfig.server = defu(clientConfig.server, <ServerOptions> {
|
clientConfig.server = defu(clientConfig.server, <ServerOptions> {
|
||||||
https: ctx.nuxt.options.devServer.https,
|
https: ctx.nuxt.options.devServer.https,
|
||||||
hmr: {
|
hmr: {
|
||||||
clientPort: ctx.nuxt.options.devServer.port,
|
clientPort: ctx.nuxt.options.devServer.port
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user