core/zitadel-dashboard/next.config.ts
root 16c1eb0efc feat(dashboard): Add Zitadel authentication dashboard
Integrated Next.js App Router with Zitadel OIDC and management APIs.
Configured subdomains for rede5.com.br in auth settings.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-03-09 19:54:47 +01:00

7 lines
133 B
TypeScript

import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
};
export default nextConfig;