Even in a gray world, flowers bloom as usual.
Built with:
apps/maincontains the public Nuxt SSR application.apps/apiis the Hono backend and the only entry to business data.apps/adminis the React console for managing content and media.packages/contractsholds the shared Zod DTOs and error codes.packages/dbexclusively owns the Prisma schema, migrations, generated client, configuration, and database package versions.- Run the site and workspace checks from the repository root:
pnpm dev,pnpm dev:api,pnpm dev:admin,pnpm build,pnpm typecheck, andpnpm lint.
