import { CapacitorConfig } from "@capacitor/cli" const config: CapacitorConfig = { appId: "io.freeshort.freeshort", appName: "FreeShort", webDir: "dist", bundledWebRuntime: true, server: { androidScheme: "https", cleartext: true }, android: { flavor: "prod", buildOptions: { keystorePath: "zouma2024.keystore", keystorePassword: "3edc#EDC", keystoreAlias: "zouma", keystoreAliasPassword: "3edc#EDC", releaseType: "APK" }, } } export default config