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
parent dd5c8e3d57
commit 32f91f7ee3

View file

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