feat: initialize monorepo structure with Bun and Turborepo
- Add package.json for the root with workspace configuration and scripts - Create @gruperly/config package with TypeScript configuration - Establish shared package @gruperly/shared with Zod schemas for validation - Implement group, student, and payment schemas using Zod - Set up TypeScript configuration for shared package - Document stack architecture and technical specifications in stack.md - Configure Turborepo with build, dev, lint, and typecheck tasks
This commit is contained in:
15
.gitignore
vendored
15
.gitignore
vendored
@@ -136,3 +136,18 @@ dist
|
||||
.yarn/install-state.gz
|
||||
.pnp.*
|
||||
|
||||
# Bun
|
||||
.bun
|
||||
bun.lockb
|
||||
|
||||
# Turborepo
|
||||
.turbo
|
||||
|
||||
# Prisma
|
||||
apps/api/prisma/dev.db
|
||||
apps/api/prisma/migrations/dev/
|
||||
*.db
|
||||
|
||||
# env
|
||||
apps/api/.env
|
||||
|
||||
|
||||
Reference in New Issue
Block a user