This repository has been archived on 2024-06-08. You can view files and clone it, but cannot push or open issues or pull requests.
SolarAgent/capacitor.config.ts

13 lines
228 B
TypeScript

import { CapacitorConfig } from "@capacitor/cli"
const config: CapacitorConfig = {
appId: "dev.solsynth.solaragent",
appName: "Solian",
webDir: "dist",
server: {
androidScheme: "https",
}
}
export default config