Skip to content

Commit

Permalink
fix(module): set default hostname for dev socket (#1624)
Browse files Browse the repository at this point in the history
  • Loading branch information
farnabaz committed Oct 20, 2022
1 parent 42fffc9 commit 30f3b8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ export default defineNuxtModule<ModuleOptions>({
watch: {
ws: {
port: 4000,
hostname: 'localhost',
showURL: false
}
},
Expand Down

0 comments on commit 30f3b8c

Please sign in to comment.