MapComplete/capacitor.config.ts

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

10 lines
197 B
TypeScript
Raw Normal View History

2025-05-03 23:48:35 +02:00
import type { CapacitorConfig } from "@capacitor/cli"
const config: CapacitorConfig = {
2025-05-03 23:48:35 +02:00
appId: "org.mapcomplete",
appName: "MapComplete",
webDir: "dist-full",
}
2025-05-03 23:48:35 +02:00
export default config