fixed the serverless file

This commit is contained in:
2025-11-21 16:23:38 +05:30
parent 1fea4f18f6
commit 4665cb7ca4
4 changed files with 6 additions and 1 deletions

View File

@@ -295,6 +295,7 @@ functions:
- 'node_modules/.prisma/**'
- 'node_modules/@aws-sdk/**'
- 'node_modules/@smithy/**'
- 'node_modules/tslib/**'
events:
- httpApi:
@@ -493,6 +494,7 @@ functions:
- 'node_modules/.prisma/**'
- 'node_modules/@aws-sdk/**'
- 'node_modules/@smithy/**'
- 'node_modules/tslib/**'
events:
- httpApi:
@@ -511,6 +513,7 @@ functions:
- 'node_modules/.prisma/**'
- 'node_modules/@aws-sdk/**'
- 'node_modules/@smithy/**'
- 'node_modules/tslib/**'
events:
- httpApi: