build: da8aa2fb-9871-4e3e-a583-70eda77c4d68

This commit is contained in:
AppCakes
2026-06-12 11:55:41 +00:00
commit c8ec54c22d
118 changed files with 10941 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
import type { CapacitorConfig } from '@capacitor/cli';
const config: CapacitorConfig = {
appId: 'io.shopkeep.app',
appName: 'ShopKeep',
webDir: 'dist',
plugins: {
FirebaseAuthentication: {
skipNativeAuth: false,
providers: [],
},
},
};
export default config;