make sure to pass in the full file path for carts
This commit is contained in:
parent
e8050e3f92
commit
b12ec78941
@ -25,7 +25,7 @@ const handler = async ({payload}: FirRouteInput<typeof payloadT>) => {
|
|||||||
auth: token,
|
auth: token,
|
||||||
});
|
});
|
||||||
|
|
||||||
const carts = await getCarts(manifest.carts);
|
const carts = await getCarts(manifest.carts.map((name: string) => path.join(repoPath, name)));
|
||||||
|
|
||||||
console.log({
|
console.log({
|
||||||
manifest,
|
manifest,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user