Merge branch 'vuex-devtools' into 'develop'

Enable store access in the vue devtools

See merge request pleroma/pleroma-fe!1967
This commit is contained in:
HJ 2025-01-14 07:25:13 +00:00
commit 774b018dc6
2 changed files with 3 additions and 0 deletions

View file

View file

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