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 5215cf8 commit b19d48eCopy full SHA for b19d48e
src/build/content/server.ts
@@ -18,7 +18,7 @@ import { wrapTracer } from '@opentelemetry/api/experimental'
18
import glob from 'fast-glob'
19
import type { MiddlewareManifest } from 'next/dist/build/webpack/plugins/middleware-plugin.js'
20
import type { FunctionsConfigManifest } from 'next-with-cache-handler-v2/dist/build/index.js'
21
-import { prerelease, satisfies, lt as semverLowerThan, lte as semverLowerThanOrEqual } from 'semver'
+import { satisfies } from 'semver'
22
23
import type { RunConfig } from '../../run/config.js'
24
import { RUN_CONFIG_FILE } from '../../run/constants.js'
0 commit comments