* chore(): Move peer deps into a single package and re export from framework * WIP * update core packages * update cli and deps * update medusa * update exports path * remove analyze * update modules deps * finalise changes * fix yarn * fix import * Refactor peer dependencies into a single package Consolidate peer dependencies into one package and re-export from the framework. * update changeset * Update .changeset/brown-cows-sleep.md Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com> * rm deps * fix deps * increase timeout * upgrade version * update versions * update versions * fixes * update lock * fix missing import * fix missing import --------- Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com>
Settings Module
The settings module provides functionality for managing user preferences and configurations in Medusa.
Features
- View Configurations: Save and manage table view configurations (column visibility, order, widths)
- User Preferences: Store arbitrary user preferences in a key-value format
- System Defaults: Admin users can set default configurations for all users
Module Options
const settingsModuleOptions = {
// Module options can be added here if needed
}