Description:
When running the Next.js dev server with SaasAble template, page compilation takes 2–3 minutes even without API calls.
Steps to Reproduce:
- Install fresh SaasAble project
- Run
npm run dev
- Navigate to any route
- Observe slow dev server compilation
Expected Behavior:
Pages should compile within 1–3 seconds.
Actual Behavior:
Compilation takes 2–3 mins.
System Info:
- Node.js version: 22.17.0
- Next.js version: 15.3.0
- OS: Windows 11
- Package manager: npm