chore: initial sync

This commit is contained in:
fn-registry agent
2026-04-28 22:12:49 +02:00
commit f803067cb1
23 changed files with 3480 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
import type { CapacitorConfig } from '@capacitor/cli';
const config: CapacitorConfig = {
appId: 'com.fnregistry.voiceguide',
appName: 'Voice Guide',
webDir: 'dist',
server: {
androidScheme: 'https',
},
};
export default config;