Added CAp Dir

This commit is contained in:
2025-03-23 13:18:27 +01:00
parent ba72a896bb
commit e85a1def90
18 changed files with 706 additions and 0 deletions

9
capacitor.config.ts Normal file
View File

@@ -0,0 +1,9 @@
import type { CapacitorConfig } from '@capacitor/cli';
const config: CapacitorConfig = {
appId: 'software.federspiel.fedeo',
appName: 'fedeo',
webDir: 'dist'
};
export default config;