import type { CapacitorConfig } from '@capacitor/cli'; const config: CapacitorConfig = { appId: 'com.aubm.app', appName: 'Aubm', webDir: 'dist' }; export default config;