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 da7ce53 commit 8eebde3Copy full SHA for 8eebde3
packages/next/src/server/config.ts
@@ -109,19 +109,6 @@ function checkDeprecations(
109
silent: boolean,
110
dir: string
111
) {
112
- warnOptionHasBeenDeprecated(
113
- userConfig,
114
- 'publicRuntimeConfig',
115
- `Runtime config is deprecated and the \`publicRuntimeConfig\` configuration option will be removed in Next.js 16.`,
116
- silent
117
- )
118
119
120
- 'serverRuntimeConfig',
121
- `Runtime config is deprecated and the \`serverRuntimeConfig\` configuration option will be removed in Next.js 16.`,
122
123
124
-
125
if (userConfig.experimental?.dynamicIO !== undefined) {
126
warnOptionHasBeenDeprecated(
127
userConfig,
0 commit comments