Skip to content

Commit

Permalink
Merge branch 'main' into feat-generate-project
Browse files Browse the repository at this point in the history
  • Loading branch information
ZHallen122 authored Dec 30, 2024
2 parents b7cb2ec + b0dd484 commit 1e0d53d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/src/config/common-path.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import { cwd } from 'process';
const APP_NAME = 'codefox';
// TODO: hack way to get the root directory of the workspace
const WORKSPACE_ROOT = path.resolve(path.join(__dirname, '..', '..', '..'));

const ROOT_DIR = path.join(WORKSPACE_ROOT, `.${APP_NAME}`);

export const TEMPLATE_PATH = path.join(WORKSPACE_ROOT, 'backend/template');
Expand Down

0 comments on commit 1e0d53d

Please sign in to comment.