CocktailShaker-App/capacitor.config.json

14 lines
236 B
JSON
Raw Normal View History

2021-06-17 18:31:10 +00:00
{
"appId": "io.ionic.starter",
"appName": "cocktailShakerApp",
"bundledWebRuntime": false,
"npmClient": "yarn",
"webDir": "dist",
"plugins": {
"SplashScreen": {
"launchShowDuration": 0
}
},
"cordova": {}
}