feat: deprecate remote link (#10768)

Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com>
This commit is contained in:
Harminder Virk
2024-12-30 14:57:43 +05:30
committed by GitHub
parent 1e6d56bc18
commit bbf790ea44
25 changed files with 74 additions and 79 deletions

View File

@@ -2,7 +2,7 @@ export * from "./definitions"
export * from "./loaders"
export * from "./medusa-app"
export * from "./medusa-module"
export * from "./remote-link"
export * from "./link"
export * from "./remote-query"
export * from "./types"
export * from "./utils"