| 12345678910111213141516171819202122232425 |
- {
- "appId": "com.bigauction.mobile",
- "appName": "FirstCash",
- "webDir": "dist",
- "bundledWebRuntime": false,
- "server": {
- "url": "http://192.168.6.215:5173/",
- "clearText": true
- },
- "android": {
- "buildOptions": {
- "keystorePath": "../zouma.jks",
- "keystorePassword": "zouma123",
- "keystoreAlias": "zouma",
- "keystoreAliasPassword": "zouma123",
- "releaseType": "APK"
- },
- "releaseType": "APK"
- },
- "plugins": {
- "SplashScreen": {
- "launchAutoHide": false
- }
- }
- }
|