Initial commit

This commit is contained in:
2026-05-18 16:35:00 +00:00
commit 096bd76c21
52 changed files with 20380 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
import type { CapacitorConfig } from '@capacitor/cli';
const config: CapacitorConfig = {
appId: 'io.ionic.starter',
appName: 'court-pilot',
webDir: 'www'
};
export default config;