import type { CapacitorConfig } from '@capacitor/cli'; const config: CapacitorConfig = { appId: 'com.insuite.eintervention', appName: 'e-Intervention', webDir: 'dist', bundledWebRuntime: false, server: { androidScheme: 'http', cleartext: true, }, }; export default config;