- Install dependencies:
pnpm i --frozen-lockfile - Run the dev server:
pnpm dev
pnpm checks- Runs type, linting, and formatting checks concurrentlypnpm format- Runs Prettier code style checkspnpm lint- Runs ESLint checkspnpm stan- Runs the TypeScript compiler as a type checkerpnpm test- Runs test scripts
Steps to Fix reference
- Stop the dev server
- Close all instances of
localhosttabs - Delete the
.nextdirectory - Restart the dev server