{ "name": "user-management-host", "private": true, "version": "0.0.0", "type": "module", "description": "Host wrapper for the user-management module. Owns branding/theme (project.theme.ts / fhc.theme.ts), the Vite build (vite.config.ts), the HTML shell (index.html) and the entry (main.tsx). Consumes the module from ../user-management/src.", "scripts": { "dev": "vite --port 4202 --host 0.0.0.0", "build": "vite build", "preview": "vite preview --port 4202 --host" } }