chore: move to ts configuration for capacitor
This commit is contained in:
parent
829c95dd2e
commit
f52dd5e772
6 changed files with 247 additions and 154 deletions
|
|
@ -1,13 +1,6 @@
|
|||
{
|
||||
"appId": "io.vikunja.app",
|
||||
"appName": "Vikunja",
|
||||
"bundledWebRuntime": false,
|
||||
"npmClient": "yarn",
|
||||
"webDir": "dist",
|
||||
"plugins": {
|
||||
"SplashScreen": {
|
||||
"launchShowDuration": 0
|
||||
}
|
||||
},
|
||||
"cordova": {}
|
||||
"appId": "io.vikunja.app",
|
||||
"appName": "Vikunja",
|
||||
"webDir": "dist",
|
||||
"bundledWebRuntime": false
|
||||
}
|
||||
|
|
|
|||
1
android/app/src/main/assets/capacitor.plugins.json
Normal file
1
android/app/src/main/assets/capacitor.plugins.json
Normal file
|
|
@ -0,0 +1 @@
|
|||
[]
|
||||
Reference in a new issue