From 7d16f3d48b9f8f0bc60036471cec28fd3a84517a Mon Sep 17 00:00:00 2001 From: Dorseuil Nicolas Date: Thu, 24 Oct 2024 22:39:30 +0200 Subject: [PATCH] fix --- packages/open-next/src/build/installDeps.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/open-next/src/build/installDeps.ts b/packages/open-next/src/build/installDeps.ts index 450742155..634cccc44 100644 --- a/packages/open-next/src/build/installDeps.ts +++ b/packages/open-next/src/build/installDeps.ts @@ -3,7 +3,7 @@ import os from "node:os"; import path from "node:path"; import { execSync } from "child_process"; -import { InstallOptions } from "types/open-next"; +import type { InstallOptions } from "types/open-next"; import logger from "../logger.js";