Files
audiobookshelf-app/ios/App/App/capacitor.config.json
T

12 lines
184 B
JSON

{
"appId": "com.audiobookshelf.app",
"appName": "audiobookshelf-app",
"webDir": "dist",
"bundledWebRuntime": false,
"plugins": {
"CapacitorHttp": {
"enabled": false
}
}
}