lint: format

This commit is contained in:
2025-12-11 00:26:27 +07:00
parent cfc4f4e0f7
commit 52415f91b0
22 changed files with 8297 additions and 10071 deletions

View File

@@ -1,9 +1,9 @@
import type { CapacitorConfig } from '@capacitor/cli';
import type { CapacitorConfig } from "@capacitor/cli";
const config: CapacitorConfig = {
appId: 'io.ionic.starter',
appName: 'riwa-ionic',
webDir: 'dist'
appId: "io.ionic.starter",
appName: "riwa-ionic",
webDir: "dist",
};
export default config;