Start of android version

This commit is contained in:
Tony Giorgio
2023-07-17 23:16:26 -05:00
committed by Tony Giorgio
parent d4a0655bf8
commit f3764a1311
60 changed files with 3059 additions and 4 deletions

12
capacitor.config.ts Normal file
View File

@@ -0,0 +1,12 @@
import { CapacitorConfig } from '@capacitor/cli';
const config: CapacitorConfig = {
appId: 'com.mutinywallet.mutinywallet',
appName: 'Mutiny Wallet',
webDir: 'dist/public',
server: {
androidScheme: 'https'
}
};
export default config;