feat(medusa): Improve add line item to cart perf and transaction management + clustering start command (#5701)
This commit is contained in:
committed by
GitHub
parent
a458cd144d
commit
6975eacb33
@@ -15,7 +15,9 @@ export async function build({
|
||||
options,
|
||||
reporting = "fancy",
|
||||
}: BuildArgs) {
|
||||
await createCacheDir({ appDir, plugins })
|
||||
if (!process.env.PLUGIN_ADMIN_UI_SKIP_CACHE) {
|
||||
await createCacheDir({ appDir, plugins })
|
||||
}
|
||||
|
||||
const cacheDir = path.resolve(appDir, ".cache")
|
||||
const entry = path.resolve(cacheDir, "admin", "src", "main.tsx")
|
||||
|
||||
Reference in New Issue
Block a user