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

This commit is contained in:
AppCakes
2026-05-24 11:53:27 +00:00
commit e12c13191f
85 changed files with 6880 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
import type { CapacitorConfig } from '@capacitor/cli';
const config: CapacitorConfig = {
appId: 'com.habitmode.llemba.com',
appName: 'HabitMode',
webDir: 'dist',
};
export default config;