import type { CapacitorConfig } from '@capacitor/cli'; const config: CapacitorConfig = { appId: 'com.insuite.technicien', appName: 'Insuite Technicien', webDir: 'dist', bundledWebRuntime: false, plugins: { Keyboard: { resizeOnFullScreen: true, }, }, server: { androidScheme: 'http', cleartext: true } }; export default config;