Skip to content

Commit

Permalink
chore: add cdk entry
Browse files Browse the repository at this point in the history
  • Loading branch information
magne4000 committed Oct 28, 2024
1 parent 595a22a commit fbef85f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/tests/src/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ export async function createKnipConfig(projectDir: string, flags: string[], scri

if (flags.includes("aws")) {
entry.push("entry_aws_lambda.ts");
entry.push("cdk/lib/vike-stack.ts");
ignoreDependencies.push("aws-cdk", "cdk", "esbuild", "npm-run-all2");
ignore.push("cdk.out/**");
}
Expand Down

0 comments on commit fbef85f

Please sign in to comment.