From c6aa617839fa957910616296000d6716bfb40152 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Sat, 16 Mar 2024 14:59:03 -0700 Subject: [PATCH] chore: do not export unused type --- packages/nuxt/src/core/features.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/nuxt/src/core/features.ts b/packages/nuxt/src/core/features.ts index b23b67444f..46eb34de34 100644 --- a/packages/nuxt/src/core/features.ts +++ b/packages/nuxt/src/core/features.ts @@ -5,7 +5,7 @@ import { isCI, provider } from 'std-env' const isStackblitz = provider === 'stackblitz' -export interface EnsurePackageInstalledOptions { +interface EnsurePackageInstalledOptions { rootDir: string searchPaths?: string[] prompt?: boolean