- Renamed zitadel-dashboard to dashboard - Integrated with rede5.com.br subdomains - Updated project structure for monorepo consistency Co-Authored-By: Claude <noreply@anthropic.com>
7 lines
133 B
TypeScript
7 lines
133 B
TypeScript
import type { NextConfig } from "next";
|
|
|
|
const nextConfig: NextConfig = {
|
|
/* config options here */
|
|
};
|
|
|
|
export default nextConfig;
|