build: lnurlcash-kit fork dependency, pwa tooling and test config

This commit is contained in:
2026-08-19 21:06:17 +02:00
parent b3c4554863
commit 6f966d5a2d
4 changed files with 73 additions and 9 deletions
+2 -2
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'],
boot: ['i18n', 'wallet'],
// https://v2.quasar.dev/quasar-cli-vite/quasar-config-file#css
css: ['app.scss'],
@@ -115,7 +115,7 @@ export default defineConfig((ctx) => {
// directives: [],
// Quasar plugins
plugins: [],
plugins: ['Notify'],
},
// animations: 'all', // --- includes all animations