Skip to content

Commit

Permalink
update path
Browse files Browse the repository at this point in the history
  • Loading branch information
ZHallen122 committed Nov 2, 2024
1 parent a398a4f commit d75abcb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions frontend/src/config/common-path.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@ import { existsSync, mkdirSync, promises } from 'fs-extra';
import { createHash } from 'crypto';

// Constants for base directories
const CLIENT_CACHE_DIR = path.resolve(
__dirname,
'../../frontend/.codefox-client/.cache'
);
const CLIENT_CACHE_DIR = path.resolve(__dirname, '../.codefox-client/.cache');

// Utility function to ensure a directory exists
const ensureDir = (dirPath: string): string => {
Expand Down

0 comments on commit d75abcb

Please sign in to comment.