Allow bim.stifting.at as Vite dev server host
Some checks are pending
CI / backend-lint-and-test (push) Waiting to run

This commit is contained in:
warnason 2026-04-20 12:26:05 +02:00
parent 1cb47df1aa
commit 9324b35432

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