web/vite: allow all hosts by default

This commit is contained in:
Tulir Asokan 2025-01-26 21:57:21 +02:00
parent 19a4913a3f
commit e11c398a57

View file

@ -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",