* intial work * update lock * add routes and fix HMR of configs * cleanup * rm imports * rm debug from plugin * address feedback * address feedback
5 lines
133 B
TypeScript
5 lines
133 B
TypeScript
import { medusaVitePlugin, type MedusaVitePlugin } from "./plugin"
|
|
|
|
export default medusaVitePlugin
|
|
export type { MedusaVitePlugin }
|