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 1e13d83 commit cf21175Copy full SHA for cf21175
packages/open-next/src/build/installDeps.ts
@@ -3,7 +3,7 @@ import os from "node:os";
3
import path from "node:path";
4
5
import { execSync } from "child_process";
6
-import { InstallOptions } from "types/open-next";
+import type { InstallOptions } from "types/open-next";
7
8
import logger from "../logger.js";
9
0 commit comments