Files
i-want-to-heal-2/capacitor.config.ts

14 lines
275 B
TypeScript

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