feat(dashboard,admin-sdk,admin-shared,admin-vite-plugin): Add support for UI extensions (#7383)
* intial work * update lock * add routes and fix HMR of configs * cleanup * rm imports * rm debug from plugin * address feedback * address feedback
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
import { defineRouteConfig, defineWidgetConfig } from "@medusajs/admin-shared"
|
||||
|
||||
export { build } from "./lib/build"
|
||||
export { develop } from "./lib/develop"
|
||||
export { serve } from "./lib/serve"
|
||||
|
||||
export { defineRouteConfig, defineWidgetConfig }
|
||||
|
||||
export * from "./types"
|
||||
|
||||
Reference in New Issue
Block a user