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-02-10 02:04:58 +01:00
import type { CapacitorConfig } from "@capacitor/cli"
const config: CapacitorConfig = {
2025-02-10 02:04:58 +01:00
appId: "org.mapcomplete",
appName: "MapComplete",
webDir: "dist-full",
}
2025-02-10 02:04:58 +01:00
export default config