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 245bf6c commit 4838e93Copy full SHA for 4838e93
packages/next/src/server/config.ts
@@ -117,19 +117,6 @@ function checkDeprecations(
117
silent: boolean,
118
dir: string
119
) {
120
- warnOptionHasBeenDeprecated(
121
- userConfig,
122
- 'publicRuntimeConfig',
123
- `Runtime config is deprecated and the \`publicRuntimeConfig\` configuration option will be removed in Next.js 16.`,
124
- silent
125
- )
126
127
128
- 'serverRuntimeConfig',
129
- `Runtime config is deprecated and the \`serverRuntimeConfig\` configuration option will be removed in Next.js 16.`,
130
131
132
-
133
if (userConfig.experimental?.dynamicIO !== undefined) {
134
warnOptionHasBeenDeprecated(
135
userConfig,
0 commit comments