Compare commits
1 Commits
2666e181f5
...
ef8a69a3d7
Author | SHA1 | Date |
---|---|---|
Tim Gröger | ef8a69a3d7 |
|
@ -16,8 +16,6 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@flaschengeist/api": "file:./api",
|
"@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",
|
"@flaschengeist/users": "^1.0.0-alpha.1",
|
||||||
"axios": "^0.24.0",
|
"axios": "^0.24.0",
|
||||||
"pinia": "^2.0.4",
|
"pinia": "^2.0.4",
|
||||||
|
|
|
@ -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
|
// https://quasar.dev/quasar-cli/prefetch-feature
|
||||||
// preFetch: true,
|
// preFetch: true,
|
||||||
|
|
Loading…
Reference in New Issue