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