diff --git a/.gitignore b/.gitignore index a381428..2242b7d 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,5 @@ node_modules .turbo # Env files -.env \ No newline at end of file +.env +.env.local \ No newline at end of file diff --git a/apps/next/app/layout.tsx b/apps/next/app/layout.tsx index 1168f95..79ed100 100644 --- a/apps/next/app/layout.tsx +++ b/apps/next/app/layout.tsx @@ -24,12 +24,14 @@ export default function RootLayout({ -
{children}
+