This commit is contained in:
2025-03-19 05:20:41 -04:00
commit 97402e1efc
103 changed files with 7571 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: 'com.example.app',
appName: 'umich-scanner',
webDir: 'build',
};
export default config;