import type { CapacitorConfig } from '@capacitor/cli'; const config: CapacitorConfig = { appId: 'com.yiulix.kotonoha', appName: '言の葉写字板', webDir: 'dist', server: { androidScheme: 'http', }, }; export default config;