pmtool / capacitor.config.dev.json
devarshia5's picture
Upload 487 files
d97b8f9 verified
Raw
History Blame Contribute Delete
341 Bytes
{
"appId": "com.sspl.app",
"appName": "pm-tool",
"webDir": "dist",
"server": {
"url": "http://10.0.2.2:8080",
"androidScheme": "http",
"cleartext": true,
"allowNavigation": ["*"]
},
"android": {
"allowMixedContent": true,
"captureInput": true,
"webContentsDebuggingEnabled": true
}
}