import { CapacitorConfig } from '@capacitor/cli' const config: CapacitorConfig = { appId: 'com.contexted.app', appName: 'Contexted', webDir: 'dist', server: { androidScheme: 'https' }, plugins: { Keyboard: { resize: 'native' } } } export default config