diff --git a/README.md b/README.md
index 6941af2..d15b14a 100644
--- a/README.md
+++ b/README.md
@@ -28,9 +28,12 @@ This is production ready setup for Convex and Next SaaS.
First, run the development server:
```bash
-pnpm dev
+pnpm dev --webpack
```
+> [!NOTE]
+> As of Next.js@16.2.1 turbopack is broken ant it spikes CPU usage by 900% and 8-9GiB of RAM usage, thus why we use webpack. Wait for 16.3.0 to migrate to turbopack
+
### Convex
[Source of truth](https://github.com/get-convex/convex-backend/blob/main/self-hosted/README.md)
diff --git a/src/app/layout.tsx b/src/app/layout.tsx
index 720d6a9..93ab1ea 100644
--- a/src/app/layout.tsx
+++ b/src/app/layout.tsx
@@ -14,8 +14,8 @@ export default function RootLayout({
children: React.ReactNode;
}>) {
return (
-
-