Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
import type { CapacitorConfig } from "@capacitor/cli"
const config: CapacitorConfig = {
appId: "org.mapcomplete",
appName: "MapComplete",
webDir: "dist-full",
}
export default config