Build Next.js app for production
/plugin marketplace add IvanTorresEdge/molcajete.ai/plugin install ivantorresedge-react-tech-stacks-js-react@IvanTorresEdge/molcajete.aihaiku# Build Next.js App Build the Next.js application for production deployment. Execute the following workflow: 1. Run quality checks first: 2. Build for production: 3. The build process will: - Type-check with TypeScript - Lint with configured linter - Generate optimized production build - Create `.next/` directory - Static export if configured 4. Build output: 5. Start production server: 6. For static export (if applicable): ## Build Configuration ## Static Export Configuration ## Build Analysis Enable bundle analysis: ## Environment Vari...