mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Remove rootDir from cache path
This commit is contained in:
parent
146d7cf8dc
commit
442b418051
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ import { isNetlify, rootDir } from '../environment.js'
|
|||
// : path.join(rootDir, '.app_build_cache')//path.resolve(__dirname, '.app_build_cache')
|
||||
|
||||
|
||||
export const CACHE_PATH = path.join(rootDir, '_cache')
|
||||
export const CACHE_PATH = path.join('_cache')
|
||||
|
||||
|
||||
export async function getNetlifyConfig () {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue