We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c2f447 commit 3625d08Copy full SHA for 3625d08
app/utils/cache.server.ts
@@ -1,5 +1,6 @@
1
import fs from 'node:fs'
2
import path from 'node:path'
3
+import { DatabaseSync } from 'node:sqlite'
4
import {
5
cachified as baseCachified,
6
verboseReporter,
@@ -13,7 +14,6 @@ import {
13
14
} from '@epic-web/cachified'
15
import { remember } from '@epic-web/remember'
16
import { LRUCache } from 'lru-cache'
-import { DatabaseSync } from 'node:sqlite'
17
import { z } from 'zod'
18
import { cachifiedTimingReporter, type Timings } from './timing.server.ts'
19
0 commit comments