Version conflicts due to next 15 still not resolved.
This commit is contained in:
@ -1,7 +0,0 @@
|
||||
import Medusa from '@medusajs/js-sdk';
|
||||
|
||||
export const sdk = new Medusa({
|
||||
baseUrl: process.env.NEXT_PUBLIC_MEDUSA_BACKEND_URL as string,
|
||||
debug: process.env.NODE_ENV === 'development',
|
||||
publishableKey: process.env.NEXT_PUBLIC_MEDUSA_PUBLISHABLE_KEY,
|
||||
});
|
||||
Reference in New Issue
Block a user