File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
import fs from "node:fs" ;
2
2
import path from "node:path" ;
3
3
4
- import { isBinaryContentType } from "../utils/binary.js" ;
5
4
import logger from "../logger.js" ;
5
+ import { isBinaryContentType } from "../utils/binary.js" ;
6
6
import * as buildHelper from "./helper.js" ;
7
7
8
8
export function createStaticAssets ( options : buildHelper . BuildOptions ) {
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ import { parseHeaders } from "http/util.js";
9
9
import type { MiddlewareManifest } from "types/next-types" ;
10
10
import type { InternalEvent , InternalResult } from "types/open-next.js" ;
11
11
12
- import { isBinaryContentType } from "../../utils/binary.js" ;
13
12
import { debug , error } from "../../adapters/logger.js" ;
13
+ import { isBinaryContentType } from "../../utils/binary.js" ;
14
14
15
15
/**
16
16
*
You can’t perform that action at this time.
0 commit comments