build: bump lnurlcash-kit past the upstream detached-fetch fix, drop the boot workaround

This commit is contained in:
2026-08-20 10:53:13 +02:00
parent f4b9377d17
commit 68bdf29fd5
3 changed files with 2 additions and 16 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ export default defineConfig((ctx) => {
// app boot file (/src/boot)
// --> boot files are part of "main.js"
// https://v2.quasar.dev/quasar-cli-vite/boot-files
boot: ['i18n', 'kit-fetch', 'wallet', 'deeplinks'],
boot: ['i18n', 'wallet', 'deeplinks'],
// https://v2.quasar.dev/quasar-cli-vite/quasar-config-file#css
css: ['app.scss'],