Skip to content

Commit

Permalink
chore: remove default
Browse files Browse the repository at this point in the history
  • Loading branch information
Pagebakers committed Nov 4, 2023
1 parent f4022c8 commit cdbc711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/website/src/data/blocks/components.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ function getComponentCode(componentFolder: string, componentName: string) {

const getRootFolder = () => {
return path.join(
process.env.PROJECT_CWD ?? __dirname + '/../../../../',
process.env.PROJECT_CWD ?? process.cwd(),
'/packages/pro/saas-ui/templates/src'
)
}
Expand Down

0 comments on commit cdbc711

Please sign in to comment.