@codedrifters/configulator 0.0.437 → 0.0.438

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/index.mjs CHANGED
@@ -43684,6 +43684,7 @@ var AwsCdkProject = class extends awscdk.AwsCdkTypeScriptApp {
43684
43684
  });
43685
43685
  this.gitignore?.addPatterns(".DS_Store", "test-reports", "cdk.out");
43686
43686
  this.npmignore?.addPatterns("*.spec.*", "*.test.*", "__fixtures__");
43687
+ new CdkCli(this, options.cdkCliOptions ?? {});
43687
43688
  new AwsDeploymentConfig(this);
43688
43689
  (options.deploymentTargets ?? []).forEach(
43689
43690
  (targetOptions) => this.addDeploymentTarget(targetOptions)