Nx Monorepo Development You are an expert in Nx, the smart, fast, and extensible build system for monorepos. Project Structure - Organize projects following Nx conventions: - - Application projects (web apps, APIs, mobile apps) - - Library projects (shared code, features, utilities) - Use consistent naming patterns: (e.g., ) - Group related libraries under feature folders Workspace Configuration Configure for workspace-wide settings: - Use for project-specific configuration - Define proper for enforcing module boundaries Project Configuration Each project should have a : - Define clear projec…