fix(medusa): stop loading entry points in exec command (#13438)

This commit is contained in:
William Bouchard
2025-09-09 18:10:56 +00:00
committed by GitHub
parent 0b55295fc7
commit e0943f3c90
5 changed files with 15 additions and 13 deletions
@@ -91,7 +91,7 @@ async function populateData(api: any) {
)
const products = response.data.created
await setTimeout(4000)
await setTimeout(10000)
return products
}