Skip to content

Commit 773f1c9

Browse files
committed
chore: fix linting errors
1 parent db5ef96 commit 773f1c9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/open-next/src/build/createMiddleware.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ import fs from "node:fs";
22
import path from "node:path";
33

44
import logger from "../logger.js";
5-
import {
6-
type MiddlewareInfo,
7-
type MiddlewareManifest,
5+
import type {
6+
MiddlewareInfo,
7+
MiddlewareManifest,
88
} from "../types/next-types.js";
99
import { buildEdgeBundle } from "./edge/createEdgeBundle.js";
1010
import * as buildHelper from "./helper.js";

0 commit comments

Comments
 (0)