WIP: Some changes to make the android wrapper

This commit is contained in:
Pieter Vander Vennet 2024-11-05 13:45:12 +01:00
parent 3adeb7b130
commit 3d2db00548
6 changed files with 1617 additions and 34 deletions

9
capacitor.config.ts Normal file
View file

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