forked from MapComplete/MapComplete
Android: first somewhat working version
This commit is contained in:
parent
50e7888e2d
commit
1a7874c4bb
4 changed files with 10 additions and 48 deletions
|
@ -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'
|
||||
appId: "org.mapcomplete",
|
||||
appName: "MapComplete",
|
||||
webDir: "dist-full"
|
||||
};
|
||||
|
||||
export default config;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue