import type { Metadata } from 'next'; import './globals.css'; export const metadata: Metadata = { title: 'Enterprise | NestJS - A progressive Node.js framework', description: 'Enterprise-grade Node.js framework for building efficient and scalable server-side applications' }; export default function RootLayout({ children, }: { children: React.ReactNode; }) { return (
{children}