Skip to content

Commit

Permalink
fix(cli): useLegacyBridge should be optional (#6095)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile committed Nov 17, 2022
1 parent c54a71f commit 20f68fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/declarations.ts
Expand Up @@ -271,7 +271,7 @@ export interface CapacitorConfig {
* @since 4.5.0
* @default false
*/
useLegacyBridge: boolean;
useLegacyBridge?: boolean;
};

ios?: {
Expand Down

0 comments on commit 20f68fe

Please sign in to comment.