build: 55712324-398e-4334-a254-fc30c84b2e47

This commit is contained in:
AppCakes
2026-05-20 11:23:28 +00:00
commit bb3496b705
67 changed files with 4277 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
import type { CapacitorConfig } from '@capacitor/cli';
const config: CapacitorConfig = {
appId: 'io.ionic.starter',
appName: 'app',
webDir: 'dist',
};
export default config;