MapComplete/capacitor.config.ts

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
188 B
TypeScript
Raw Normal View History

import type { CapacitorConfig } from '@capacitor/cli';
const config: CapacitorConfig = {
appId: 'org.mapcomplete',
appName: 'MapComplete',
webDir: 'dist'
};
export default config;