- 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
7 lines
112 B
JSON
7 lines
112 B
JSON
{
|
|
"appId": "com.walletgen.app",
|
|
"appName": "wallet-gen",
|
|
"webDir": "dist",
|
|
"bundledWebRuntime": false
|
|
}
|