Fix local development on Linux
This commit is contained in:
parent
6c926855e2
commit
23d61ee1b0
1 changed files with 3 additions and 0 deletions
|
@ -22,4 +22,7 @@ export default defineConfig({
|
||||||
},
|
},
|
||||||
}),
|
}),
|
||||||
],
|
],
|
||||||
|
server: {
|
||||||
|
host: "127.0.0.1",
|
||||||
|
},
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue