import { CapacitorConfig } from '@capacitor/cli'; const config: CapacitorConfig = { appId: 'ho.ooo.ka', appName: 'hookah', webDir: 'dist', bundledWebRuntime: false }; export default config;