We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7a95b0 commit 8a6f0e9Copy full SHA for 8a6f0e9
packages/open-next/src/utils/normalize-path.ts
@@ -4,7 +4,7 @@ export function normalizePath(path: string) {
4
return path.replace(/\\/g, "/");
5
}
6
7
-export function getMonorepoRelativePath(relativePath = "../../"): string {
+export function getMonorepoRelativePath(relativePath = "../.."): string {
8
return path.join(
9
globalThis.monorepoPackagePath
10
.split("/")
0 commit comments