Skip to content

Commit

Permalink
PLA-278 Change cdk app entry point to index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
quesabe committed Nov 30, 2023
1 parent ee2d5bf commit 82dbbae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/cdk/__tests__/__snapshots__/index.ts.snap

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

1 change: 1 addition & 0 deletions src/cdk/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ export class OttofellerCDKProject extends AwsCdkTypeScriptApp implements IWithTe
constructor(options: OttofellerCDKProjectOptions) {
super({
// Default options
appEntrypoint: options.appEntrypoint ?? 'index.ts',
packageManager: options.packageManager ?? NodePackageManager.NPM,
tsconfig: {compilerOptions: {paths: {'*': ['./src/*']}, target: 'es6', skipLibCheck: true}},
sampleCode: false,
Expand Down

0 comments on commit 82dbbae

Please sign in to comment.