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 ef14034 commit 318927eCopy full SHA for 318927e
lib/db/queries.ts
@@ -1,4 +1,4 @@
1
-'server-only';
+import 'server-only';
2
3
import { genSaltSync, hashSync } from 'bcrypt-ts';
4
import { and, asc, desc, eq, gt } from 'drizzle-orm';
0 commit comments