* virtual i18n module
* changeset
* fallback ns
fallback to the default "translation" ns if the key isnt found. Allows to use a single "useTranslation("customNs")" hook for both custom and medusa-provided keys
* simplify merges
* optional for backward compat
* fix HMR
* fix generated deepMerge
* test
6 lines
174 B
TypeScript
6 lines
174 B
TypeScript
export * from "./extensions/custom-fields"
|
|
export * from "./extensions/routes"
|
|
export * from "./extensions/widgets"
|
|
export * from "./virtual-modules"
|
|
export * from "./utils"
|