- Added glob dependency to package.json and pnpm-lock.yaml for better file handling. - Updated pnpm-workspace.yaml to include additional built dependencies for improved management. - Refactored Dockerfiles for BFF and Portal to enhance security and optimize build processes. - Improved entrypoint scripts to include better logging and readiness checks for services. - Cleaned up TypeScript configuration files for consistency and alignment with project standards.
15 lines
209 B
YAML
15 lines
209 B
YAML
packages:
|
|
- apps/*
|
|
- packages/*
|
|
|
|
onlyBuiltDependencies:
|
|
- "@swc/core"
|
|
- "esbuild"
|
|
- "bcrypt"
|
|
- "ssh2"
|
|
- "cpu-features"
|
|
- "prisma"
|
|
- "@prisma/engines"
|
|
- "@prisma/client"
|
|
- "unrs-resolver"
|