🆕 UI Login page / no CMS required anymore

This commit is contained in:
duckietm
2026-04-20 14:22:53 +02:00
parent 815662c097
commit 2de52235eb
9 changed files with 1033 additions and 5 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ export default defineConfig({
},
proxy: {
'/api': {
target: 'http://localhost:3000',
target: process.env.AUTH_PROXY_TARGET || 'http://localhost:2096',
changeOrigin: true,
}
}