Angular job portal app
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

capacitor.config.ts 212 B

3 years ago
12345678910
  1. import { CapacitorConfig } from '@capacitor/cli';
  2. const config: CapacitorConfig = {
  3. appId: 'io.ionic.starter',
  4. appName: 'job-portal',
  5. webDir: 'build',
  6. bundledWebRuntime: false
  7. };
  8. export default config;