mirror of
https://github.com/tompro/sattle.git
synced 2026-08-27 07:15:59 +00:00
build: lnurlcash-kit fork dependency, pwa tooling and test config
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user