Skip to content

Commit

Permalink
remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
Seroxdesign authored Jul 3, 2024
1 parent ecfc3d1 commit 7453acc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/cache/src/ensureCacheDirExists.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
import path from 'node:path'
import fs from 'fs-extra'
import { CACHE_DIR_NAME } from './constants'
// import appRoot from 'app-root-path'

export function ensureCacheDirExists() {
const cacheDirPath = path.join(process.cwd(), CACHE_DIR_NAME)
console.log(cacheDirPath)
fs.ensureDirSync(cacheDirPath)
return cacheDirPath
}

0 comments on commit 7453acc

Please sign in to comment.