Skip to content

Commit

Permalink
chore: self mutation
Browse files Browse the repository at this point in the history
Signed-off-by: github-actions <[email protected]>
  • Loading branch information
github-actions committed Jul 13, 2024
1 parent e008f41 commit cabc01f
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions .projen/tasks.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 13 additions & 1 deletion .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,19 @@ const project = new awscdk.AwsCdkConstructLibrary({
// prerelease: 'beta',
minNodeVersion: '18.0.0',
description: 'Deploy a NextJS app to AWS using CDK and OpenNext.',
keywords: ['nextjs', 'next', 'aws-cdk', 'aws', 'cdk', 'standalone', 'iac', 'infrastructure', 'cloud', 'serverless', 'open-next'],
keywords: [
'nextjs',
'next',
'aws-cdk',
'aws',
'cdk',
'standalone',
'iac',
'infrastructure',
'cloud',
'serverless',
'open-next',
],
// tooling config
eslintOptions: {
prettier: true,
Expand Down
3 changes: 2 additions & 1 deletion package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cabc01f

Please sign in to comment.