Initial commit

This commit is contained in:
2024-12-27 19:40:38 -05:00
commit 90c3ef1f65
61 changed files with 18411 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
import type { CapacitorConfig } from '@capacitor/cli';
const config: CapacitorConfig = {
appId: 'io.ionic.starter',
appName: 'Merms Panel',
webDir: 'www'
};
export default config;