import { CapacitorConfig } from '@capacitor/cli'; const config: CapacitorConfig = { appId: 'com.valposystems.gymreservation', appName: 'taller', webDir: 'www', server: { androidScheme: 'https' }, plugins: { Camera: { permissions: ['camera', 'photos'] } } }; export default config;