Skip to content

Commit

Permalink
Update src/utils.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Nahuel Palumbo <[email protected]>
  • Loading branch information
fdodino and PalumboN authored Nov 7, 2023
1 parent 9ffae3c commit 324ce23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export const problemDescription = (problem: Problem): string => {
// ══════════════════════════════════════════════════════════════════════════════════════════════════════════════════

export const publicPath = (...paths: string[]): string => {
return path.join(__dirname, '../..', 'public', ...paths)
return path.join(__dirname, '..', '..', 'public', ...paths)
}

export const readPackageProperties = (pathProject: string): any | undefined => {
Expand Down

0 comments on commit 324ce23

Please sign in to comment.