Aggiunge integrazione Capacitor per build APK Android

This commit is contained in:
2026-01-24 10:33:06 +01:00
parent 2e956aef75
commit 9346117603
8 changed files with 181 additions and 2 deletions

9
capacitor.config.json Normal file
View File

@@ -0,0 +1,9 @@
{
"appId": "com.antoniana.segnapunti",
"appName": "Segnapunti",
"webDir": "dist",
"bundledWebRuntime": false,
"server": {
"androidScheme": "https"
}
}