Update
This commit is contained in:
@@ -77,4 +77,8 @@ const useLocalSettingsStore = create(
|
||||
)
|
||||
);
|
||||
|
||||
if (import.meta.env.APP_ENV === "local") {
|
||||
mountStoreDevtool("LocalSettingsStore", useLocalSettingsStore);
|
||||
}
|
||||
|
||||
export default useLocalSettingsStore;
|
||||
|
||||
Reference in New Issue
Block a user