fix conflict duplicates
This commit is contained in:
@@ -31,8 +31,8 @@ const env = () =>
|
||||
.min(1),
|
||||
})
|
||||
.parse({
|
||||
medusaBackendPublicUrl: process.env.MEDUSA_BACKEND_PUBLIC_URL!,
|
||||
siteUrl: process.env.NEXT_PUBLIC_SITE_URL!,
|
||||
medusaBackendPublicUrl: 'http://webhook.site:3000',
|
||||
siteUrl: 'http://webhook.site:3000',
|
||||
});
|
||||
|
||||
export async function handleAddToCart({
|
||||
|
||||
Reference in New Issue
Block a user