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({
|
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