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

This commit is contained in:
William Bouchard
2025-09-09 14:10:56 -04:00
committed by GitHub
parent 0b55295fc7
commit e0943f3c90
5 changed files with 15 additions and 13 deletions

View File

@@ -91,7 +91,7 @@ async function populateData(api: any) {
)
const products = response.data.created
await setTimeout(4000)
await setTimeout(10000)
return products
}