Skip to content

Commit

Permalink
chore: fix linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmorozoff committed Nov 4, 2024
1 parent db5ef96 commit 773f1c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/open-next/src/build/createMiddleware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ import fs from "node:fs";
import path from "node:path";

import logger from "../logger.js";
import {
type MiddlewareInfo,
type MiddlewareManifest,
import type {
MiddlewareInfo,
MiddlewareManifest,
} from "../types/next-types.js";
import { buildEdgeBundle } from "./edge/createEdgeBundle.js";
import * as buildHelper from "./helper.js";
Expand Down

0 comments on commit 773f1c9

Please sign in to comment.