Files
bus_sg_app/capacitor.config.json

15 lines
227 B
JSON

{
"appId": "com.bussg.app",
"appName": "Bus SG App",
"webDir": "build",
"bundledWebRuntime": false,
"server": {
"androidScheme": "http"
},
"plugins": {
"CapacitorHttp": {
"enabled": true
}
}
}