chore: configure vite to allow for insecure cors connections on the auth rout

This commit is contained in:
busti 2023-12-09 03:01:28 +01:00 committed by jedi
parent a1da771507
commit 04e8cbf5f8

View file

@ -35,6 +35,7 @@ export default defineConfig({
},
'^/auth/': {
target: "https://toolshed.j3d1.de:8000/",
secure: false,
},
'^/docs/': {
target: "https://toolshed.j3d1.de:8000/",