chore: move to ts configuration for capacitor

This commit is contained in:
kolaente 2022-01-16 16:38:37 +01:00
parent 829c95dd2e
commit f52dd5e772
Signed by untrusted user who does not match committer: konrad
GPG key ID: F40E70337AB24C9B
6 changed files with 247 additions and 154 deletions

View file

@ -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
}

View file

@ -0,0 +1 @@
[]