Skip to content

Commit

Permalink
fix: change api-prerendering-service to api-prerendering-service-aws
Browse files Browse the repository at this point in the history
  • Loading branch information
adrians5j committed Jan 9, 2025
1 parent b7fe623 commit 8a5d067
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion apps/api/graphql/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@
{
"path": "../../../packages/api-page-builder-so-ddb/tsconfig.build.json"
},
{
"path": "../../../packages/api-prerendering-service-aws/tsconfig.build.json"
},
{
"path": "../../../packages/api-security/tsconfig.build.json"
},
Expand Down Expand Up @@ -182,7 +185,12 @@
],
"@webiny/api-page-builder-so-ddb/*": ["../../../packages/api-page-builder-so-ddb/src/*"],
"@webiny/api-page-builder-so-ddb": ["../../../packages/api-page-builder-so-ddb/src"],
"@webiny/api-prerendering-service": ["../../../packages/api-prerendering-service/src"],
"@webiny/api-prerendering-service-aws/*": [
"../../../packages/api-prerendering-service-aws/src/*"
],
"@webiny/api-prerendering-service-aws": [
"../../../packages/api-prerendering-service-aws/src"
],
"@webiny/api-security/*": ["../../../packages/api-security/src/*"],
"@webiny/api-security": ["../../../packages/api-security/src"],
"@webiny/api-security-cognito/*": ["../../../packages/api-security-cognito/src/*"],
Expand Down

0 comments on commit 8a5d067

Please sign in to comment.