mirror of
https://github.com/tompro/sattle.git
synced 2026-08-27 07:15:59 +00:00
feat: deep link routing for lightning and lnurl schemes plus association files
This commit is contained in:
+1
-1
@@ -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'],
|
||||
boot: ['i18n', 'kit-fetch', 'wallet', 'deeplinks'],
|
||||
|
||||
// https://v2.quasar.dev/quasar-cli-vite/quasar-config-file#css
|
||||
css: ['app.scss'],
|
||||
|
||||
Reference in New Issue
Block a user