Merge latest duckie main with login UI

This commit is contained in:
Lorenzune
2026-04-21 11:53:30 +02:00
39 changed files with 1724 additions and 226 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,
}
}