diff --git a/capacitor.config.ts b/capacitor.config.ts index f806edc..b72039a 100644 --- a/capacitor.config.ts +++ b/capacitor.config.ts @@ -4,7 +4,6 @@ const config: CapacitorConfig = { appId: 'com.lightchat.app', appName: 'Light Chat', webDir: 'dist', - bundledWebRuntime: false, server: { androidScheme: 'https' }