la_front/capacitor.config.ts

11 lines
200 B
TypeScript
Raw Normal View History

2023-02-01 17:36:25 +03:00
import { CapacitorConfig } from '@capacitor/cli';
const config: CapacitorConfig = {
appId: 'ho.ooo.ka',
appName: 'hookah',
webDir: 'dist',
bundledWebRuntime: false
};
export default config;