Skip to content

Commit 4cba247

Browse files
committed
Update errors.json
1 parent 05ee1da commit 4cba247

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
@@ -878,5 +878,7 @@
878878
"877": "Config options `experimental.externalProxyRewritesResolve` and `experimental.externalMiddlewareRewritesResolve` cannot be set at the same time. Please use `experimental.externalProxyRewritesResolve` instead.",
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.",
881-
"880": "Config options `experimental.proxyPrefetch` and `experimental.middlewarePrefetch` cannot be set at the same time. Please use `experimental.proxyPrefetch` instead."
881+
"880": "Config options `experimental.proxyPrefetch` and `experimental.middlewarePrefetch` cannot be set at the same time. Please use `experimental.proxyPrefetch` instead.",
882+
"881": "The %s file \"./%s\" must export a function named \\`%s\\` or a default function.",
883+
"882": "The %s file \"%s\" must export a function named \\`%s\\` or a default function."
882884
}

0 commit comments

Comments
 (0)