mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
initial provider
This commit is contained in:
6
framework/medusa/medusa.ts
Normal file
6
framework/medusa/medusa.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import Medusa from '@medusajs/medusa-js'
|
||||
import { MEDUSA_PUBLIC_STORE_URL } from './const'
|
||||
|
||||
const medusa: Medusa = new Medusa({ baseUrl: MEDUSA_PUBLIC_STORE_URL! })
|
||||
|
||||
export default medusa
|
Reference in New Issue
Block a user