forked from Mirrors/gomuks
web/vite: allow all hosts by default
This commit is contained in:
parent
19a4913a3f
commit
e11c398a57
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ export default defineConfig({
|
|||
},
|
||||
},
|
||||
server: {
|
||||
allowedHosts: true,
|
||||
proxy: {
|
||||
"/_gomuks/websocket": {
|
||||
target: "http://localhost:29325",
|
||||
|
|
Loading…
Add table
Reference in a new issue