Files

16 lines
277 B
TypeScript
Raw Permalink Normal View History

import type { CapacitorConfig } from '@capacitor/cli'
const config: CapacitorConfig = {
appId: 'kr.sblog.dognation',
appName: '산책갈개',
webDir: 'dist',
ios: {
contentInset: 'always',
},
server: {
androidScheme: 'https',
},
}
export default config