**What** Calls the `plugin` script from `@medusajs/admin-bundler` as part of `medusa plugin:build`.
7 lines
175 B
TypeScript
7 lines
175 B
TypeScript
export { build } from "./lib/build"
|
|
export { develop } from "./lib/develop"
|
|
export { plugin } from "./lib/plugin"
|
|
export { serve } from "./lib/serve"
|
|
|
|
export * from "./types"
|