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 6f9e9dd commit 9ca52a2Copy full SHA for 9ca52a2
packages/open-next/src/build/createMiddleware.ts
@@ -51,7 +51,7 @@ export async function createMiddleware(
51
const functionsConfigManifest = JSON.parse(
52
await fsAsync
53
.readFile(functionsConfigManifestPath, "utf8")
54
- .catch(() => "{}"),
+ .catch(() => '{"functions":{}}'),
55
) as FunctionsConfigManifest;
56
57
// TODO: Handle external node middleware in the future
0 commit comments