Skip to content

Commit

Permalink
Correctly import server-only (vercel#578)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyphilemon authored Nov 27, 2024
1 parent ef14034 commit 318927e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/db/queries.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
'server-only';
import 'server-only';

import { genSaltSync, hashSync } from 'bcrypt-ts';
import { and, asc, desc, eq, gt } from 'drizzle-orm';
Expand Down

0 comments on commit 318927e

Please sign in to comment.