Update serverless configuration to comment out Prisma client dependencies and enhance MinglarService to exclude draft activities from host activity retrieval.
This commit is contained in:
@@ -70,10 +70,10 @@ build:
|
||||
platform: node
|
||||
# Mark as external so they're not bundled into the JS
|
||||
external:
|
||||
- '@prisma/client'
|
||||
# - '@prisma/client'
|
||||
# - '.prisma/client'
|
||||
# - '.prisma'
|
||||
- '@prisma/adapter-pg'
|
||||
- '.prisma/client'
|
||||
- '.prisma'
|
||||
- 'pg'
|
||||
- '@aws-sdk/*'
|
||||
- '@smithy/*'
|
||||
@@ -84,10 +84,10 @@ build:
|
||||
- '@aws-sdk/*'
|
||||
- '@smithy/*'
|
||||
- '@aws-crypto/*'
|
||||
- '@prisma/client'
|
||||
- '@prisma/adapter-pg'
|
||||
- '.prisma'
|
||||
- '.prisma/client'
|
||||
# - '@prisma/client'
|
||||
# - '.prisma'
|
||||
# - '.prisma/client'
|
||||
- 'pg'
|
||||
- 'pg-*'
|
||||
- 'postgres-*'
|
||||
|
||||
Reference in New Issue
Block a user