import { CapacitorConfig } from '@capacitor/cli'; const config: CapacitorConfig = { appId: 'sgc.mobile', appName: 'SGC Mobile', webDir: 'dist', bundledWebRuntime: false }; export default config;