import type { CapacitorConfig } from '@capacitor/cli'; const config: CapacitorConfig = { appId: 'io.ionic.starter', appName: 'UpdaterApp', webDir: 'dist', cordova: { preferences: { bluetooth_restore_state: "true", accessBackgroundLocation: "true", }, }, "server": { "androidScheme": "http", }, // plugins: { // CapacitorHttp: { // enabled: true, // }, // }, }; export default config;