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