Initial commit

This commit is contained in:
DESKTOP-MERMS\Chiefsoft
2024-01-03 12:44:26 -05:00
commit e57566c2d7
63 changed files with 18920 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
import { CapacitorConfig } from '@capacitor/cli';
const config: CapacitorConfig = {
appId: 'io.ionic.starter',
appName: 'myFit',
webDir: 'www',
server: {
androidScheme: 'https'
}
};
export default config;