Skip to content

Commit

Permalink
chore: remove unused type
Browse files Browse the repository at this point in the history
  • Loading branch information
atinux committed Oct 7, 2024
1 parent 97ec429 commit fb68769
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import type { Nuxt } from '@nuxt/schema'
import { version } from '../package.json'
import { generateWrangler } from './utils/wrangler'
import { setupAI, setupCache, setupAnalytics, setupBlob, setupBrowser, setupOpenAPI, setupDatabase, setupKV, setupVectorize, setupBase, setupRemote, vectorizeRemoteCheck } from './features'
import type { HubConfig } from './features'
import type { ModuleOptions } from './types/module'
import { addBuildHooks } from './utils/build'

Expand Down

0 comments on commit fb68769

Please sign in to comment.