Enable store access in the vue devtools

This commit is contained in:
Pleroma User 2025-01-06 00:24:02 +00:00
parent f61f224bb1
commit c04570b1e4
2 changed files with 3 additions and 0 deletions

View file

View file

@ -131,6 +131,9 @@ const persistedStateOptions = {
bookmarkFolders: bookmarkFoldersModule bookmarkFolders: bookmarkFoldersModule
}, },
plugins, plugins,
options: {
devtools: process.env.NODE_ENV !== 'production'
},
strict: false // Socket modifies itself, let's ignore this for now. strict: false // Socket modifies itself, let's ignore this for now.
// strict: process.env.NODE_ENV !== 'production' // strict: process.env.NODE_ENV !== 'production'
}) })