Skip to content

Commit 2a5bdff

Browse files
committed
fix: duplicate type import
1 parent 1276559 commit 2a5bdff

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/build/content/server.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ import { wrapTracer } from '@opentelemetry/api/experimental'
1818
import glob from 'fast-glob'
1919
import type { MiddlewareManifest } from 'next/dist/build/webpack/plugins/middleware-plugin.js'
2020
import type { FunctionsConfigManifest } from 'next-with-cache-handler-v2/dist/build/index.js'
21-
import type { FunctionsConfigManifest } from 'next-with-cache-handler-v2/dist/build/index.js'
2221
import { prerelease, satisfies, lt as semverLowerThan, lte as semverLowerThanOrEqual } from 'semver'
2322

2423
import type { RunConfig } from '../../run/config.js'

0 commit comments

Comments
 (0)