zooly-ops is a Vite-based React application for operations management. Unlike Next.js apps, Vite apps don't have their own server backend - instead, they use a shared backend managed by another Next.js app (typically zooly-app).
Url: https://ops.zooly.ai
zooly-opsapps/zooly-opsThis is a Vite application that:
zooly-app)The app includes various components for:
dev - Start development server on port 3005build - Build for productionpreview - Preview production buildlint - Run ESLintSince Vite apps don't have their own backend, zooly-ops connects to a shared backend API, typically provided by the zooly-app Next.js application.