mirror of
https://github.com/vercel/commerce.git
synced 2025-05-19 07:56:59 +00:00
rootpath fix
This commit is contained in:
parent
d15dc67414
commit
6480beaeac
@ -52,6 +52,7 @@ const getSyncClient = ({ isPreview, isDevelopmentMode, isIncremental }) => {
|
|||||||
|
|
||||||
const prepIncrementalMode = async () => {
|
const prepIncrementalMode = async () => {
|
||||||
|
|
||||||
|
const rootPath = process.cwd()
|
||||||
let cachePath = `${rootPath}/.next/cache/agility/`;
|
let cachePath = `${rootPath}/.next/cache/agility/`;
|
||||||
const tempPath = `/tmp/agilitycache/`;
|
const tempPath = `/tmp/agilitycache/`;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user