Increase memory size for submitCompanyDetails and update package patterns in host and minglaradmin functions; refactor JWT middleware to use shared Prisma client instance

This commit is contained in:
paritosh18
2025-11-26 19:30:57 +05:30
parent 7be03b6c27
commit 6fa96c3fb0
7 changed files with 34 additions and 36 deletions

View File

@@ -2,4 +2,5 @@
pattern1: 'src/common/**'
pattern2: 'common/**'
pattern3: 'node_modules/@prisma/client/**'
pattern4: 'node_modules/.prisma/client/libquery_engine-rhel-openssl-3.0.x.so.node'
pattern4: 'node_modules/.prisma/client/libquery_engine-rhel-openssl-3.0.x.so.node'
pattern5: '!node_modules/.prisma/client/libquery_engine*'