shell bypass 403
GrazzMean-Shell Shell
: /home/allssztx/public_html/jollyprecast/wp-content/plugins/extendify/src/Library/state/ [ drwxr-xr-x ]
import { create } from 'zustand';
import { persist } from 'zustand/middleware';
export const useCacheStore = create(
persist(
(set) => ({
categories: [],
setCategories: (categories) => set({ categories }),
}),
{ name: 'extendify-library-cache' },
),
);