forked from MapComplete/MapComplete
WIP: Some changes to make the android wrapper
This commit is contained in:
parent
3adeb7b130
commit
3d2db00548
6 changed files with 1617 additions and 34 deletions
9
capacitor.config.ts
Normal file
9
capacitor.config.ts
Normal file
|
@ -0,0 +1,9 @@
|
|||
import type { CapacitorConfig } from '@capacitor/cli';
|
||||
|
||||
const config: CapacitorConfig = {
|
||||
appId: 'org.mapcomplete',
|
||||
appName: 'MapComplete',
|
||||
webDir: 'dist'
|
||||
};
|
||||
|
||||
export default config;
|
Loading…
Add table
Add a link
Reference in a new issue