Initial commit

This commit is contained in:
2025-12-10 23:59:23 +07:00
commit cfc4f4e0f7
30 changed files with 10383 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: 'io.ionic.starter',
appName: 'riwa-ionic',
webDir: 'dist'
};
export default config;