Post firebase hinky on tereus

This commit is contained in:
Fredrick W. Warren 2021-02-13 15:00:32 -08:00
parent b6d9272317
commit 92c0c1486b
2 changed files with 333 additions and 302 deletions

633
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -19,7 +19,7 @@ module.exports = function (/* ctx */) {
// --> boot files are part of "main.js" // --> boot files are part of "main.js"
// https://quasar.dev/quasar-cli/boot-files // https://quasar.dev/quasar-cli/boot-files
boot: [ boot: [
'firebase' 'firebase',
'axios' 'axios'
], ],