diff --git a/packages/cli/src/commands/push-bh.ts b/packages/cli/src/commands/push-bh.ts index fee5b28833..bc40d15c3d 100644 --- a/packages/cli/src/commands/push-bh.ts +++ b/packages/cli/src/commands/push-bh.ts @@ -16,7 +16,6 @@ export type PushBhOptions = { files: string[]; domain?: string; - config?: string; }; type FileToUpload = { path: string };