import { medusaVitePlugin } from "./plugin" import type { MedusaVitePlugin } from "./types" export default medusaVitePlugin export type { MedusaVitePlugin }