2025-11-26 09:42:07 +05:30
|
|
|
# Base packaging patterns shared across all functions
|
2025-11-30 12:17:20 +05:30
|
|
|
# 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/**'
|
2025-11-30 12:17:20 +05:30
|
|
|
# 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/**'
|