CocktailShaker-App/capacitor.config.json

14 lines
341 B
JSON

{
"appId": "cocktail.shaker.app",
"appName": "cocktailShakerApp",
"bundledWebRuntime": false,
"npmClient": "yarn",
"webDir": "dist",
"plugins": {
"SplashScreen": {
"launchShowDuration": 0
}
},
"cordova": {},
"linuxAndroidStudioPath": "YourPathTo/android-studio/bin/studio.sh"
}