Update frontend/vite.config.ts
This commit is contained in:
@@ -4,6 +4,7 @@ export default defineConfig({
|
|||||||
plugins: [tailwindcss()],
|
plugins: [tailwindcss()],
|
||||||
server: {
|
server: {
|
||||||
host: "0.0.0.0",
|
host: "0.0.0.0",
|
||||||
|
allowedHosts: "weather.the1s.de",
|
||||||
port: 7002,
|
port: 7002,
|
||||||
watch: {
|
watch: {
|
||||||
usePolling: true,
|
usePolling: true,
|
||||||
|
Reference in New Issue
Block a user