Correctly import server-only (#578)

This commit is contained in:
Jeremy 2024-11-27 15:11:20 +03:00 committed by GitHub
parent ef1403441e
commit 318927e2ea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,4 @@
'server-only';
import 'server-only';
import { genSaltSync, hashSync } from 'bcrypt-ts';
import { and, asc, desc, eq, gt } from 'drizzle-orm';