Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9d8ee1a

Browse files
committedMay 9, 2025·
organize imports
1 parent d1d42e6 commit 9d8ee1a

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
@@ -1,8 +1,8 @@
11
#!/usr/bin/env node
2-
32
import { spawnSync } from "node:child_process";
43
import { existsSync, writeFileSync } from "node:fs";
54
import path from "node:path";
5+
66
import { build } from "./build.js";
77
import { LOCAL_CONFIG, LOCAL_CONFIG_PATH } from "./build/constant.js";
88
import { printHeader } from "./build/utils.js";

0 commit comments

Comments
 (0)
Please sign in to comment.