Huffle c7236394d9
Some checks failed
Backend Deploy / build (push) Successful in 17s
Backend Build and Test / build (push) Failing after 2m53s
add app logo (#129)
closes #116

Reviewed-on: #129
2025-05-28 10:19:23 +02:00

10 lines
197 B
TypeScript

import type { CapacitorConfig } from '@capacitor/cli';
const config: CapacitorConfig = {
appId: 'io.ionic.starter',
appName: 'Allowance Planner V2',
webDir: 'www'
};
export default config;