We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3159eb0 commit 9e53bddCopy full SHA for 9e53bdd
apps/cli/src/compose/builder.ts
@@ -82,7 +82,7 @@ export class ComposeBuilder {
82
};
83
84
if (options?.blockTime !== undefined) {
85
- (this.composeFile.services!.anvil.command as Array<String>).push(`--block-time=${options.blockTime.toString()}`);
+ (this.composeFile.services!.anvil.command as Array<string>).push(`--block-time=${options.blockTime.toString()}`);
86
}
87
88
if (options?.imageTag) {
0 commit comments