mirror of
https://github.com/tulir/gomuks.git
synced 2025-04-20 10:33:41 -05:00
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: {
|
server: {
|
||||||
|
allowedHosts: true,
|
||||||
proxy: {
|
proxy: {
|
||||||
"/_gomuks/websocket": {
|
"/_gomuks/websocket": {
|
||||||
target: "http://localhost:29325",
|
target: "http://localhost:29325",
|
||||||
|
|
Loading…
Add table
Reference in a new issue