frontend/capacitor.config.json
garrettmills c7f9a59cc4
Some checks failed
continuous-integration/drone/push Build is failing
Start adding real-time collab support to WYSIWYG
2021-01-02 15:11:42 -06:00

15 lines
311 B
JSON

{
"appId": "io.ionic.starter",
"appName": "frontend",
"bundledWebRuntime": false,
"npmClient": "npm",
"webDir": "www",
"plugins": {
"SplashScreen": {
"launchShowDuration": 0
}
},
"cordova": {},
"linuxAndroidStudioPath": "/home/garrettmills/.local/android-studio/bin/studio.sh"
}