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 09e4dc4 commit c66bb1bCopy full SHA for c66bb1b
src/app/api/-/destination/route.ts
@@ -1,4 +1,4 @@
1
-import { NextRequest, NextResponse } from "next/server";
+import { type NextRequest, NextResponse } from "next/server";
2
import destination from "^/lib/destination";
3
4
function assureArrayLength(specs: string[]) {
src/middleware.ts
import type { Destination } from "./lib/destination";
import specsToDiff from "./lib/utils/specsToDiff";
import splitParts from "./lib/utils/splitParts";
0 commit comments