# Ghabilee Admin The standalone administration panel for Ghabilee, served at [backoffice.ghabilee.ir](https://backoffice.ghabilee.ir). ## Development ```bash pnpm install pnpm dev ``` The development server uses port **3009**. API client generation: ```bash pnpm generate:api ``` Uses sibling `../ghabilee-backend` when present, otherwise the committed `openapi.json`. Cross-repo sync is handled by the backend `sync-openapi-clients` workflow. This admin application is intentionally excluded from search-engine indexing and does not include Microsoft Clarity. Deployment secrets and environment-specific credentials will be added later by the repository owner.