feat: Add Capacitor configuration for Android and initialize the web application with core providers and routing.
Some checks failed
Build and Release / build-and-release (push) Failing after 4m51s

This commit is contained in:
Bryan1029384756
2026-02-19 17:23:58 -06:00
parent da5fed9a76
commit 10fa3c71ac
3 changed files with 1359 additions and 1711 deletions

View File

@@ -12,6 +12,9 @@ const config: CapacitorConfig = {
App: {
// Handle back button in Android
},
CapacitorHttp: {
enabled: true,
},
},
};