import type { CapacitorConfig } from '@capacitor/cli' const config: CapacitorConfig = { appId: 'com.phenomrom.iwanttoheal2', appName: 'I Want To Heal 2', webDir: 'dist', bundledWebRuntime: false, server: { androidScheme: 'https', }, } export default config