6 lines
158 B
TypeScript
6 lines
158 B
TypeScript
import { medusaVitePlugin } from "./plugin"
|
|
import type { MedusaVitePlugin } from "./types"
|
|
|
|
export default medusaVitePlugin
|
|
export type { MedusaVitePlugin }
|