Remove ionic, create custom layout

This commit is contained in:
Niklas Korz 2023-12-09 14:00:22 +01:00
parent b8bee291b3
commit 681440eb4d
23 changed files with 627 additions and 635 deletions

View file

@ -1,8 +1,8 @@
import { CapacitorConfig } from '@capacitor/cli';
const appId = 'app.ionic.io';
const appName = 'app';
const appId = 'dev.korz.musclecat';
const appName = 'Musclecat';
const server = process.argv.includes('-hmr') ? {
'url': 'http://192.168.178.25:5173', // always have http:// in url
'cleartext': true