Files
MinglarBackendNestJS/serverless/patterns/base.yml

8 lines
382 B
YAML
Raw Normal View History

2025-11-26 09:42:07 +05:30
# Base packaging patterns shared across all functions
# Note: Prisma 7 uses driver adapters (no binary engines) - everything is in the layer
2025-11-26 09:42:07 +05:30
pattern1: 'src/common/**'
pattern2: 'common/**'
# Prisma packages are now provided by the layer, no need to include in function package
pattern3: '!node_modules/@prisma/**'
pattern4: '!node_modules/.prisma/**'
pattern5: '!node_modules/pg/**'