capacitor.config.ts 254 B

1234567891011
  1. import type { CapacitorConfig } from '@capacitor/cli'
  2. const config: CapacitorConfig = {
  3. appId: 'app.hapticx.procollege',
  4. appName: 'ProCollege',
  5. webDir: '.output/public',
  6. zoomEnabled: false,
  7. backgroundColor: '#323232',
  8. }
  9. export default config