We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6315d95 commit 5e1fdc1Copy full SHA for 5e1fdc1
packages/open-next/src/index.ts
@@ -4,7 +4,7 @@ import { spawnSync } from "node:child_process";
4
import { existsSync, writeFileSync } from "node:fs";
5
import path from "node:path";
6
import { build } from "./build.js";
7
-import { LOCAL_CONFIG_PATH, LOCAL_CONFIG } from "./build/constant.js";
+import { LOCAL_CONFIG, LOCAL_CONFIG_PATH } from "./build/constant.js";
8
import { printHeader } from "./build/utils.js";
9
10
const command = process.argv[2];
0 commit comments