blefnk / relivator

Next.js 15 eCommerce Template ▲ i18n Stripe Shadcn Tailwind Drizzle Zod tRPC TypeScript Clerk Authjs Radix UI, Responsive React 19 Server Components, MySQL Postgres Neon TS ORM, Intl App Router Docs User Actions Kit, SaaS Commerce Shop Pricing Payments, Dark Mode, Full Stack Free ▲ more stars → more featur
https://relivator.reliverse.org
MIT License
961 stars 203 forks source link

🏗️ Comment Out Unused Code in 1.2.6, Remove in 1.3.0 #37

Open blefnk opened 3 months ago

blefnk commented 3 months ago

You will no longer have to worry about whether something is being used in the code, especially when it comes to exporting functions, types, etc. If someone needs something from the unused items, they can keep it by uncommenting it for themselves and moving it to a separate file. It's recommended to keep it then in the src/cluster folder, where all your very personal files will be stored and untouched by any updates. Updated Biome and ESLint configs will now help keep things clean.