import type { CapacitorConfig } from '@capacitor/cli'; const config: CapacitorConfig = { appId: 'com.knots.mobile', appName: 'Knots', webDir: 'dist/knots-front/browser' }; export default config;