changed vit config
This commit is contained in:
@@ -7,11 +7,12 @@ export default defineConfig({
|
||||
host: "0.0.0.0",
|
||||
allowedHosts: ["lose.the1s.de"],
|
||||
port: 8501,
|
||||
https: false,
|
||||
watch: { usePolling: true },
|
||||
hmr: {
|
||||
host: "lose.the1s.de",
|
||||
port: 8501,
|
||||
protocol: "wss",
|
||||
protocol: "ws",
|
||||
},
|
||||
},
|
||||
});
|
||||
|
Reference in New Issue
Block a user