shadcn-ui / next-template

A Next.js 13 template for building apps with Radix UI and Tailwind CSS.
https://template.shadcn.com
1.35k stars 203 forks source link

Fix experimental `appDir` #20

Open vinaykulk621 opened 1 year ago

vinaykulk621 commented 1 year ago

Removing experimental = { appDir : true } from next.config.js as it is stable now.

vinaykulk621 commented 1 year ago

Made a PR here /shadcn-ui/ui/pull/979