Skip to content

Commit acfb5d4

Browse files
author
Lukas Holzer
committed
chore: make packagePath optional
1 parent 15cbf78 commit acfb5d4

File tree

1 file changed

+2
-2
lines changed
  • packages/runtime/src/helpers

1 file changed

+2
-2
lines changed

packages/runtime/src/helpers/edge.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -277,9 +277,9 @@ export const writeDevEdgeFunction = async ({
277277
export const generateRscDataEdgeManifest = async ({
278278
prerenderManifest,
279279
appPathRoutesManifest,
280-
packagePath,
280+
packagePath = '',
281281
}: {
282-
packagePath: string
282+
packagePath?: string
283283
prerenderManifest?: PrerenderManifest
284284
appPathRoutesManifest?: Record<string, string>
285285
}): Promise<FunctionManifest['functions']> => {

0 commit comments

Comments
 (0)