Version conflicts due to next 15 still not resolved.

This commit is contained in:
2024-10-26 16:39:38 +05:30
parent fa502e6d72
commit 81dc9acd81
4 changed files with 4622 additions and 8320 deletions

View File

@ -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,
});