@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.js +0 -1
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +0 -1
- package/lib/index.mjs.map +1 -1
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -44096,7 +44096,6 @@ var AwsCdkProject = class extends import_projen31.awscdk.AwsCdkTypeScriptApp {
|
|
|
44096
44096
|
const turboActive = TurboRepo.of(parent) !== void 0;
|
|
44097
44097
|
if (turboActive) {
|
|
44098
44098
|
const turbo = new TurboRepo(this);
|
|
44099
|
-
turbo.postCompileTask?.outputs.push("dist/**");
|
|
44100
44099
|
turbo.postCompileTask?.inputs.push("src/**");
|
|
44101
44100
|
}
|
|
44102
44101
|
if (options.agentConfig === true || typeof options.agentConfig === "object") {
|