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 d1d42e6 commit 9d8ee1aCopy full SHA for 9d8ee1a
packages/open-next/src/index.ts
@@ -1,8 +1,8 @@
1
#!/usr/bin/env node
2
-
3
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, LOCAL_CONFIG_PATH } from "./build/constant.js";
8
import { printHeader } from "./build/utils.js";
0 commit comments