Chore: formatting

This commit is contained in:
Pieter Vander Vennet 2025-02-17 01:33:09 +01:00
parent 7226c82009
commit ad9c662efe
2 changed files with 9 additions and 7 deletions

View file

@ -1,9 +1,11 @@
import type { CapacitorConfig } from "@capacitor/cli"
import type { CapacitorConfig } from "@capacitor/cli";
const config: CapacitorConfig = {
appId: "org.mapcomplete",
appName: "MapComplete",
webDir: "dist-full",
}
appId: "org.mapcomplete",
appName: "MapComplete",
webDir: "dist-full"
};
export default config;
export default config