blefnk / relivator-nextjs-template

1.2.6 is coming on July 3 💜 Next.js 15 Store-Landing-Dashboard Starter ▲ 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 feature
https://github.com/blefnk/relivator/issues/38#issuecomment-2183480924
MIT License
849 stars 188 forks source link

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

Open blefnk opened 1 month ago

blefnk commented 1 month 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.