Skip to content

Commit

Permalink
chore: remove ts-ignore as unstorage has fixed subpath export (#2472)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Dec 21, 2023
1 parent 8c44266 commit 77166b2
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion src/runtime/composables/client-db.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// @ts-ignore
import memoryDriver from 'unstorage/drivers/memory'
import { type Storage, createStorage, prefixStorage } from 'unstorage'
import { withBase } from 'ufo'
Expand Down
1 change: 0 additions & 1 deletion src/runtime/legacy/composables/client-db.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// @ts-ignore
import memoryDriver from 'unstorage/drivers/memory'
import { type Storage, createStorage, prefixStorage } from 'unstorage'
import { withBase } from 'ufo'
Expand Down
3 changes: 0 additions & 3 deletions src/utils.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
import type { IncomingMessage } from 'http'
import { resolve } from 'pathe'
import type { Nuxt } from '@nuxt/schema'
// @ts-ignore
import fsDriver from 'unstorage/drivers/fs'
// @ts-ignore
import httpDriver from 'unstorage/drivers/http'
// @ts-ignore
import githubDriver from 'unstorage/drivers/github'
import { WebSocketServer } from 'ws'
import { consola } from 'consola'
Expand Down

0 comments on commit 77166b2

Please sign in to comment.