From b6d45a9ea6d6ef090264721c33162cff6fe12123 Mon Sep 17 00:00:00 2001 From: jcesarmobile Date: Thu, 17 Nov 2022 13:46:36 +0100 Subject: [PATCH] fix(cli): useLegacyBridge should be optional --- cli/src/declarations.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/src/declarations.ts b/cli/src/declarations.ts index febbb42fae..f6d50468ff 100644 --- a/cli/src/declarations.ts +++ b/cli/src/declarations.ts @@ -271,7 +271,7 @@ export interface CapacitorConfig { * @since 4.5.0 * @default false */ - useLegacyBridge: boolean; + useLegacyBridge?: boolean; }; ios?: {