capacitor.config.ts 224 B

12345678910
  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. }
  8. export default config