pnpm dev
→ Start Vite development server with HMR.pnpm build
→ Compile TypeScript and build for production with Vite.pnpm preview
→ Preview the production build locally.pnpm lint
→ Run ESLint to check code quality.pnpm format
→ Format code with Prettier.
Use pnpm lint
and pnpm format
before commits. ✨