Files
easy-wallet/frontend/capacitor.config.json
Davide Grilli 7b2ff5445b fix(android): make Docker APK build pass with Capacitor config, synced lockfile, and JDK 21
- Track frontend/capacitor.config.json with appId/appName/webDir for Capacitor Android setup
- Unignore frontend/capacitor.config.json so config is committed with the project
- Update Android Docker builder to use JDK 21 (required by current Capacitor/Gradle toolchain)
- Switch Docker CMD to JSON-array form for safer signal handling
- Refresh frontend package-lock.json to match Capacitor and crypto dependencies required by npm ci
2026-03-10 14:37:58 +01:00

7 lines
112 B
JSON

{
"appId": "com.walletgen.app",
"appName": "wallet-gen",
"webDir": "dist",
"bundledWebRuntime": false
}