[no] √ Where is your tailwind.config.js located? tailwind.config.ts √ Configure the import alias for components: @/components √ Configure the import alias for utils: @/lib/utils √ Are you using React Server Components? yes √ Write configuration to components.json. Proceed? yes ...
├─ React 18 ├─ Tailwind CSS └─ E2E Typesafe API Server & Client packages ├─ api | └─ tRPC v11 router definition ├─ auth | └─ Authentication using next-auth. **NOTE: Only for Next.js app, not Expo** ├─ db | └─ Typesafe db calls using Drizzle & Planetscale └...