rootpath fix

This commit is contained in:
Joel Varty 2021-01-18 12:45:50 -05:00
parent d15dc67414
commit 6480beaeac

View File

@ -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/`;