1234567891011 |
- import type { CapacitorConfig } from '@capacitor/cli'
- const config: CapacitorConfig = {
- appId: 'app.hapticx.procollege',
- appName: 'ProCollege',
- webDir: '.output/public',
- zoomEnabled: false,
- backgroundColor: '#323232',
- }
- export default config
|