| 12345678910111213141516 |
- import { CapacitorConfig } from '@capacitor/cli';
- const config: CapacitorConfig = {
- appId: 'io.ionic.starter',
- appName: 'kaceeapp7',
- webDir: 'dist',
- bundledWebRuntime: false,
- plugins: {
- CapacitorHttp: {
- enabled: true,
- },
- },
- };
- export default config;
|