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

This commit is contained in:
AppCakes
2026-05-24 11:57:56 +00:00
commit ba601761e0
105 changed files with 7518 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;