Overview
Zephyr is split into multiple apps and packages. Typical deployment involves:
- Building
apps/webandapps/auth - Applying Prisma migrations and provisioning Redis & Meilisearch
- Providing production env vars for each app
Tips
- Use
bun run buildat repo root to build with turborepo - Ensure
@zephyr/uiand other workspace deps are available in your environment
Last updated on