Skip to content

Commit cf21175

Browse files
authored
fix (#592)
1 parent 1e13d83 commit cf21175

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/open-next/src/build/installDeps.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import os from "node:os";
33
import path from "node:path";
44

55
import { execSync } from "child_process";
6-
import { InstallOptions } from "types/open-next";
6+
import type { InstallOptions } from "types/open-next";
77

88
import logger from "../logger.js";
99

0 commit comments

Comments
 (0)