pocketbase login

This commit is contained in:
2023-09-20 17:03:50 +02:00
parent 6a675c28bc
commit d64cb69f1e
9 changed files with 116 additions and 14 deletions

View File

@@ -24,6 +24,12 @@ export default defineConfig(({ mode }) => {
followRedirects: true,
rewrite: (path) => path.replace(/^\/api/, ''),
},
'/pocketbase/': {
target: `https://${env.POCKET_BASE_URL}/`,
changeOrigin: true,
followRedirects: true,
rewrite: (path) => path.replace(/^\/pocketbase/, ''),
},
'/appraisal/': {
target: `https://${env.EVEPRAISAL_URL}/`,
changeOrigin: true,