| 123456789101112131415 |
- import { CapacitorConfig } from "@capacitor/cli";
- const config: CapacitorConfig = {
- appId: "io.freeshort.freeshort",
- appName: "FreeShort",
- webDir: "dist",
- server: {
- androidScheme: "https",
- url: "http://192.168.50.202:4173",
- cleartext: true,
- },
- android: {},
- };
- export default config;
|