Skip to content

Commit 5e1fdc1

Browse files
committed
lint
1 parent 6315d95 commit 5e1fdc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/open-next/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { spawnSync } from "node:child_process";
44
import { existsSync, writeFileSync } from "node:fs";
55
import path from "node:path";
66
import { build } from "./build.js";
7-
import { LOCAL_CONFIG_PATH, LOCAL_CONFIG } from "./build/constant.js";
7+
import { LOCAL_CONFIG, LOCAL_CONFIG_PATH } from "./build/constant.js";
88
import { printHeader } from "./build/utils.js";
99

1010
const command = process.argv[2];

0 commit comments

Comments
 (0)