We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15cbf78 commit acfb5d4Copy full SHA for acfb5d4
packages/runtime/src/helpers/edge.ts
@@ -277,9 +277,9 @@ export const writeDevEdgeFunction = async ({
277
export const generateRscDataEdgeManifest = async ({
278
prerenderManifest,
279
appPathRoutesManifest,
280
- packagePath,
+ packagePath = '',
281
}: {
282
- packagePath: string
+ packagePath?: string
283
prerenderManifest?: PrerenderManifest
284
appPathRoutesManifest?: Record<string, string>
285
}): Promise<FunctionManifest['functions']> => {
0 commit comments