UNPKG

mantis-app

Version:

M.A.N.T.I.S (MongoDB, Analog, Nx, Tailwind CSS, Ionic, Storybook) is not just a CLI tool; it's your passport to a seamless full-stack project launch.

14 lines (11 loc) 297 B
import { CapacitorConfig } from '@capacitor/cli'; const config: CapacitorConfig = { appId: 'io.mantis.todo', appName: 'mobile-client', webDir: '../../dist/apps/mobile-client/analog/public', bundledWebRuntime: false, server: { androidScheme: 'https', }, }; export default config;