The mono repo for all services in the Ously project.
For information about the project vision, products, and roadmap, please refer to:
The next-env.d.ts files are excluded from Git to prevent noise from automatic path changes between development and build modes.
To initialize or regenerate these types, run:
pnpm buildThe CI/CD pipeline is configured to run this before performing type checks.
pnpm dev: Start all apps in development mode.pnpm build: Build all apps and packages.pnpm type-check: Run TypeScript type checks across the monorepo.pnpm lint: Run ESLint checks.