Added Capacitor on project

This commit is contained in:
2026-03-27 10:46:04 +01:00
parent 350313917c
commit 8dc66363ce
56 changed files with 1738 additions and 56 deletions
+9
View File
@@ -0,0 +1,9 @@
import type { CapacitorConfig } from '@capacitor/cli';
const config: CapacitorConfig = {
appId: 'com.mesc.beready',
appName: 'BeReadyFrontend',
webDir: 'dist/BeReadyFrontend/brower',
};
export default config;