Skip to content

Commit

Permalink
🐛 Do not record construct metadata file
Browse files Browse the repository at this point in the history
  • Loading branch information
joyliu-q committed Mar 20, 2023
1 parent 070fe9d commit 2f57bb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,6 @@ export class MyChart extends PennLabsChart {
}
}

const app = new App();
const app = new App({recordConstructMetadata: false});
new MyChart(app);
app.synth();

0 comments on commit 2f57bb9

Please sign in to comment.