time-tracker/ ├── apps/ │ ├── web/ # Admin web dashboard (Next.js) - Port 3000 │ ├── desktop-web/ # Employee web interface (Next.js) - Port 3001 │ └── desktop/ # Electron desktop app ├── packages/ │ ...