fix: remove deprecated bundledWebRuntime configuration option

This commit is contained in:
2026-02-26 01:21:10 +01:00
parent f516f87ccf
commit 5667199d15
-1
View File
@@ -4,7 +4,6 @@ const config: CapacitorConfig = {
appId: 'com.lightchat.app', appId: 'com.lightchat.app',
appName: 'Light Chat', appName: 'Light Chat',
webDir: 'dist', webDir: 'dist',
bundledWebRuntime: false,
server: { server: {
androidScheme: 'https' androidScheme: 'https'
} }