Files
voice_guide/frontend/capacitor.config.ts
T
fn-registry agent f803067cb1 chore: initial sync
2026-04-28 22:12:49 +02:00

13 lines
244 B
TypeScript

import type { CapacitorConfig } from '@capacitor/cli';
const config: CapacitorConfig = {
appId: 'com.fnregistry.voiceguide',
appName: 'Voice Guide',
webDir: 'dist',
server: {
androidScheme: 'https',
},
};
export default config;