MapComplete/capacitor.config.ts

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

12 lines
195 B
TypeScript
Raw Permalink Normal View History

2025-02-17 01:33:09 +01:00
import type { CapacitorConfig } from "@capacitor/cli";
const config: CapacitorConfig = {
2025-02-17 01:33:09 +01:00
appId: "org.mapcomplete",
appName: "MapComplete",
webDir: "dist-full"
};
export default config;