Allow bim.stifting.at as Vite dev server host

This commit is contained in:
warnason 2026-04-20 19:49:18 +02:00
parent e49e606343
commit fbd8c88942

View file

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