Android App Test

This commit is contained in:
2025-10-19 00:30:36 +02:00
parent 4ae00cac87
commit f993bc5810
58 changed files with 2031 additions and 8 deletions

12
capacitor.config.ts Normal file
View File

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