diff --git a/src/module.ts b/src/module.ts index fe47483ee..48cb32a62 100644 --- a/src/module.ts +++ b/src/module.ts @@ -244,7 +244,10 @@ export default defineNuxtModule({ }, watch: { ws: { - port: 4000, + port: { + port: 4000, + portRange: [4000, 4040] + }, hostname: 'localhost', showURL: false }