Skip to content

Commit 8a6f0e9

Browse files
committed
beautify
1 parent f7a95b0 commit 8a6f0e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/open-next/src/utils/normalize-path.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export function normalizePath(path: string) {
44
return path.replace(/\\/g, "/");
55
}
66

7-
export function getMonorepoRelativePath(relativePath = "../../"): string {
7+
export function getMonorepoRelativePath(relativePath = "../.."): string {
88
return path.join(
99
globalThis.monorepoPackagePath
1010
.split("/")

0 commit comments

Comments
 (0)