Skip to content

Commit 9d09a49

Browse files
committed
biome
1 parent aa6c3d7 commit 9d09a49

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import fs from "node:fs";
22
import path from "node:path";
33

4-
import { isBinaryContentType } from "../utils/binary.js";
54
import logger from "../logger.js";
5+
import { isBinaryContentType } from "../utils/binary.js";
66
import * as buildHelper from "./helper.js";
77

88
export function createStaticAssets(options: buildHelper.BuildOptions) {

packages/open-next/src/core/routing/util.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ import { parseHeaders } from "http/util.js";
99
import type { MiddlewareManifest } from "types/next-types";
1010
import type { InternalEvent, InternalResult } from "types/open-next.js";
1111

12-
import { isBinaryContentType } from "../../utils/binary.js";
1312
import { debug, error } from "../../adapters/logger.js";
13+
import { isBinaryContentType } from "../../utils/binary.js";
1414

1515
/**
1616
*

0 commit comments

Comments
 (0)