import type { CapacitorConfig } from '@capacitor/cli'; const config: CapacitorConfig = { appId: 'de.the1s.weather', appName: 'My OPM Weather', webDir: 'dist' }; export default config;