Skip to content

Commit

Permalink
chore: do not export unused type
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Mar 16, 2024
1 parent d6ce345 commit c6aa617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nuxt/src/core/features.ts
Expand Up @@ -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
Expand Down

0 comments on commit c6aa617

Please sign in to comment.