import type { CapacitorConfig } from '@capacitor/cli'; const config: CapacitorConfig = { appId: 'com.duremote.wms', appName: 'vatWMS', webDir: 'public/spa', server: { url: 'http://10.0.2.2:8004', cleartext: true } }; export default config;