- Fix start-dev.sh to use npx for correct port binding (3030 for frontend, 3335 for admin)
- Add aggressive port cleanup to ensure ports are always free before starting
- Fix admin dashboard layout to be client component (resolves MUI theme error)
- Bind all services to 0.0.0.0 for external access:
- Backend: maternal-api.noru1.ro (port 3020)
- Frontend: maternal.noru1.ro (port 3030)
- Admin: pfadmin.noru1.ro (port 3335)