Remove localStorage support because it breaks ssr

This commit is contained in:
pikiou
2022-02-02 14:11:43 +01:00
parent b21b77e513
commit 3264336aab
5 changed files with 12 additions and 16 deletions

View File

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