Add allowing push notifications

This commit is contained in:
pikiou
2022-01-11 13:54:34 +01:00
parent db6d296f05
commit c7941aefc3
16 changed files with 479 additions and 66 deletions

View File

@@ -23,7 +23,6 @@ module.exports = {
__SERVER__: false,
__LOCAL__: false,
__TEST__: true,
__SENDGRID_API_KEY__: "",
localStorage: { getItem: () => null, setItem: () => null, removeItem: () => null },
},
maxConcurrency: 50,