Compare commits

..

1 Commits

Author SHA1 Message Date
Tim Gröger 6db9db82b1 [chore] logout on capicitor in drawer 2021-11-27 22:36:24 +01:00
3 changed files with 3 additions and 9 deletions

View File

@ -16,8 +16,6 @@
},
"dependencies": {
"@flaschengeist/api": "file:./api",
"@flaschengeist/balance": "^1.0.0-alpha.1",
"@flaschengeist/schedule": "^1.0.0-alpha.4",
"@flaschengeist/users": "^1.0.0-alpha.1",
"axios": "^0.24.0",
"pinia": "^2.0.4",
@ -61,8 +59,7 @@
],
"cordova": [
"iOS >= 13.0",
"Android >= 76",
"ChromeAndroid >= 76"
"Android >= 76"
]
},
"engines": {

View File

@ -1,6 +1,6 @@
// You can add your plugins here
module.exports = [
'@flaschengeist/balance',
'@flaschengeist/schedule',
// '@flaschengeist/balance',
// '@flaschengeist/schedule',
// '@flaschengeist/pricelist',
]

View File

@ -24,9 +24,6 @@ module.exports = configure(function (/* ctx */) {
},
}
},
bin: {
linuxAndroidStudio: '/home/ferdinand/Downloads/android-studio/bin/studio.sh'
},
// https://quasar.dev/quasar-cli/prefetch-feature
// preFetch: true,