feat(commerce-backend): revalidar el storefront al crear/borrar productos #11

Merged
devops merged 1 commits from fix/medusa-revalidate-on-product-created into main 2026-08-13 21:55:55 +00:00
Showing only changes of commit 8c52229e71 - Show all commits
@@ -36,7 +36,9 @@ export default async function revalidateStorefrontHandler({
export const config: SubscriberConfig = {
event: [
"product.created",
"product.updated",
"product.deleted",
"product-variant.updated",
"product-variant.created",
"product-variant.deleted",