Skip to content

Commit

Permalink
fix esbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony-nhs committed Jul 1, 2024
1 parent 55c3950 commit e7969b6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions SAMtemplates/functions/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ Resources:
Target: es2020
Sourcemap: true
tsconfig: updatePrescriptionStatus/tsconfig.json
packages: bundle
EntryPoints:
- updatePrescriptionStatus/src/updatePrescriptionStatus.ts

Expand Down Expand Up @@ -97,6 +98,7 @@ Resources:
Target: es2020
Sourcemap: true
tsconfig: cpsuLambda/tsconfig.json
packages: bundle
EntryPoints:
- cpsuLambda/src/cpsu.ts

Expand Down Expand Up @@ -133,6 +135,7 @@ Resources:
Target: es2020
Sourcemap: true
tsconfig: gsul/tsconfig.json
packages: bundle
EntryPoints:
- gsul/src/getStatusUpdates.ts

Expand Down Expand Up @@ -172,6 +175,7 @@ Resources:
Target: es2020
Sourcemap: true
tsconfig: statusLambda/tsconfig.json
packages: bundle
EntryPoints:
- statusLambda/src/statusLambda.ts

Expand Down Expand Up @@ -207,6 +211,7 @@ Resources:
Target: es2020
Sourcemap: true
tsconfig: capabilityStatement/tsconfig.json
packages: bundle
EntryPoints:
- capabilityStatement/src/capabilityStatement.ts

Expand Down

0 comments on commit e7969b6

Please sign in to comment.