From 9324b354322cf6f138eb9cea23b16e5b9c2e7fc1 Mon Sep 17 00:00:00 2001 From: warnason <276599704+warnason@users.noreply.github.com> Date: Mon, 20 Apr 2026 12:26:05 +0200 Subject: [PATCH] Allow bim.stifting.at as Vite dev server host --- frontend/vite.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/vite.config.js b/frontend/vite.config.js index 2bd0359..88aad78 100644 --- a/frontend/vite.config.js +++ b/frontend/vite.config.js @@ -4,6 +4,7 @@ import vue from '@vitejs/plugin-vue' export default defineConfig({ plugins: [vue()], server: { + allowedHosts: ['bim.stifting.at'], proxy: { '/api': { target: 'http://backend:8000',