Allow bim.stifting.at as Vite dev server host
Some checks are pending
CI / backend-lint-and-test (push) Waiting to run
Some checks are pending
CI / backend-lint-and-test (push) Waiting to run
This commit is contained in:
parent
1cb47df1aa
commit
9324b35432
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