fix: bind window.fetch at boot so lnurlcash-kit transport works in browsers

This commit is contained in:
2026-08-19 21:36:48 +02:00
parent 1fe1453745
commit 1839700215
2 changed files with 15 additions and 1 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', 'wallet'],
boot: ['i18n', 'kit-fetch', 'wallet'],
// https://v2.quasar.dev/quasar-cli-vite/quasar-config-file#css
css: ['app.scss'],