Skip to content

Commit

Permalink
chore: update fs
Browse files Browse the repository at this point in the history
  • Loading branch information
rxliuli committed Nov 15, 2024
1 parent cba3a97 commit b17894b
Show file tree
Hide file tree
Showing 3 changed files with 91 additions and 37 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@
"@novachat/plugin": "workspace:*",
"@shikijs/rehype": "^1.21.0",
"@tanstack/svelte-query": "^5.59.0",
"@zenfs/core": "1.0.0-rc.0",
"@zenfs/dom": "^0.2.15",
"@zenfs/core": "^1.3.1",
"@zenfs/dom": "^1.0.4",
"acorn": "^8.14.0",
"clsx": "^2.1.1",
"cmdk-sv": "^0.0.18",
Expand Down
122 changes: 89 additions & 33 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions src/lib/api/db.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ await configure({
},
})

Reflect.set(globalThis, 'fs', fs.promises)

export const dbStore: DBStore = {} as any

export interface MyDB extends DBSchema {
Expand Down

0 comments on commit b17894b

Please sign in to comment.