@codedrifters/configulator 0.0.436 → 0.0.437

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
@@ -43715,7 +43715,6 @@ var AwsCdkProject = class extends awscdk.AwsCdkTypeScriptApp {
43715
43715
  const turboActive = TurboRepo.of(parent) !== void 0;
43716
43716
  if (turboActive) {
43717
43717
  const turbo = new TurboRepo(this);
43718
- turbo.postCompileTask?.outputs.push("dist/**");
43719
43718
  turbo.postCompileTask?.inputs.push("src/**");
43720
43719
  }
43721
43720
  if (options.agentConfig === true || typeof options.agentConfig === "object") {