import type { CapacitorConfig } from '@capacitor/cli' const config: CapacitorConfig = { appId: 'kr.sblog.dognation', appName: '산책갈개', webDir: 'dist', ios: { // never + CSS safe-area(env inset)로 노치/홈바 여백 처리 (이중 인셋 방지) contentInset: 'never', }, server: { androidScheme: 'https', }, } export default config