logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://anongit.hacktivis.me/git/pleroma-fe.git/
commit: 774b018dc65c7e095438081a1771c637bf143602
parent f450979f460559614a13987599a611a62f9697f8
Author: HJ <30-hj@users.noreply.git.pleroma.social>
Date:   Tue, 14 Jan 2025 07:25:13 +0000

Merge branch 'vuex-devtools' into 'develop'

Enable store access in the vue devtools

See merge request pleroma/pleroma-fe!1967

Diffstat:

Achangelog.d/vuex-devtools.skip0
Msrc/main.js3+++
2 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/changelog.d/vuex-devtools.skip b/changelog.d/vuex-devtools.skip diff --git a/src/main.js b/src/main.js @@ -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' })