- apps/web : pull만 가능
- apps/api : push만 가능
https://www.prisma.io/docs/orm/prisma-migrate/getting-started
prisma migrate 이후 apps/api에서 push -> migrate로 변경
This Turborepo includes the following packages/apps:
.
├── apps
│ ├── api # NestJS app (https://nestjs.com).
│ └── web # Next.js app (https://nextjs.org).
└── packages
├── @repo/api # Shared `NestJS` resources.
├── @repo/eslint-config # `eslint` configurations (includes `prettier`)
├── @repo/jest-config # `jest` configurations
├── @repo/typescript-config # `tsconfig.json`s used throughout the monorepo
└── @repo/ui # Shareable stub React component library.
Each package and application are 100% TypeScript safe.
This Turborepo has some additional tools already set for you:
- TypeScript for static type-safety
- ESLint for code linting
- Prettier for code formatting
- Jest & Playwright for testing