Initial commit

This commit is contained in:
2023-02-03 21:12:20 +02:00
commit d8d853060e
37 changed files with 25985 additions and 0 deletions

10
capacitor.config.ts Normal file
View File

@@ -0,0 +1,10 @@
import { CapacitorConfig } from '@capacitor/cli';
const config: CapacitorConfig = {
appId: 'io.ionic.starter',
appName: 'lily',
webDir: 'www',
bundledWebRuntime: false
};
export default config;