build: 444813b5-5daf-49b2-bf1a-7e4caeab4e17

This commit is contained in:
AppCakes
2026-07-04 11:56:40 +00:00
commit 98554b0086
149 changed files with 26648 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
import type { CapacitorConfig } from '@capacitor/cli';
const config: CapacitorConfig = {
appId: 'com.kumusha.app',
appName: 'kumusha',
webDir: 'dist',
plugins: {
FirebaseAuthentication: {
skipNativeAuth: false,
providers: [],
},
PushNotifications: {
presentationOptions: ['badge', 'sound', 'banner'],
},
},
};
export default config;