Allow bim.stifting.at as Vite dev server host

This commit is contained in:
warnason 2026-04-20 19:49:18 +02:00
parent 496fbc4aeb
commit 886919d77f

View file

@ -4,6 +4,7 @@ import vue from '@vitejs/plugin-vue'
export default defineConfig({ export default defineConfig({
plugins: [vue()], plugins: [vue()],
server: { server: {
allowedHosts: ['bim.stifting.at'],
proxy: { proxy: {
'/api': { '/api': {
target: 'http://backend:8000', target: 'http://backend:8000',