mickasmt / next-saas-stripe-starter

Open-source SaaS Starter with User Roles & Admin Panel. Built using Next.js 14, Prisma, Neon, Auth.js v5, Resend, React Email, Shadcn/ui, Stripe, Server Actions.
https://next-saas-stripe-starter.vercel.app
MIT License
1.95k stars 357 forks source link

Next 14 #20

Closed JCadena7 closed 7 months ago

JCadena7 commented 7 months ago

A question, when do you update the project to Next 14? In the pnpm-lock.yaml it shows ^12 || ^13 and well, Next 14 brings more improvements than Next 12 or Next 13. image

mickasmt commented 7 months ago

Hi @JCadena7 these lines are sourced from contentlayer. Currently, contentlayer is not being maintained by its author. I'm seriously considering switching to next-mdx. Leerob has recently created a solution. You can check it out here.