Allow bim.stifting.at as Vite dev server host
This commit is contained in:
parent
496fbc4aeb
commit
886919d77f
1 changed files with 1 additions and 0 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue