fix(nextjs): Custom server generator root undefined (#17738)
This commit is contained in:
parent
d3ff61c0f1
commit
61faa558bb
@ -28,7 +28,7 @@ export async function customServerGenerator(
|
||||
}
|
||||
|
||||
const outputPath = project.targets?.build?.options?.outputPath;
|
||||
const root = project.targets?.build?.options?.root;
|
||||
const root = project.root;
|
||||
|
||||
if (
|
||||
!root ||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user