Delete Unnecessary Files - Next.js
Created by Prompts-GPT
Analyze the entire Next.js project and identify unused code, including variables, functions, components, and imports. Remove them safely from files like src/components/* and app/*. Also, detect unused npm dependencies in package.json and suggest their removal. Use TypeScript and ensure no breaking changes.
Category: development
Tags: