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: c04570b1e4b2aaffe54baa13e8a201544d178930
parent f61f224bb1cae9c57f07345057064d165279d36a
Author: Pleroma User <66706-pleromian@users.noreply.git.pleroma.social>
Date:   Mon,  6 Jan 2025 00:24:02 +0000

Enable store access in the vue devtools

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' })