Skip to content

Commit 230f7df

Browse files
committed
Update errors.json
1 parent 808bad3 commit 230f7df

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/next/errors.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -879,5 +879,7 @@
879879
"878": "Config options `skipProxyUrlNormalize` and `skipMiddlewareUrlNormalize` cannot be set at the same time. Please use `skipProxyUrlNormalize` instead.",
880880
"879": "Config options `experimental.proxyClientMaxBodySize` and `experimental.middlewareClientMaxBodySize` cannot be set at the same time. Please use `experimental.proxyClientMaxBodySize` instead.",
881881
"880": "Config options `experimental.proxyPrefetch` and `experimental.middlewarePrefetch` cannot be set at the same time. Please use `experimental.proxyPrefetch` instead.",
882-
"881": "Invalid render stage: %s"
882+
"881": "Invalid render stage: %s",
883+
"882": "The %s file \"./%s\" must export a function named \\`%s\\` or a default function.",
884+
"883": "The %s file \"%s\" must export a function named \\`%s\\` or a default function."
883885
}

0 commit comments

Comments
 (0)