style changes and stuff

This commit is contained in:
2026-07-05 13:46:16 +01:00
parent 07c27ffaaa
commit 4df2bc697d
5 changed files with 56 additions and 27 deletions

View File

@@ -50,7 +50,8 @@ async function seed() {
console.log('Database reset complete. Seeding...');
let passwordHash = await Bun.password.hash('password');
const { hash } = await import('../src/lib/server/password.js');
let passwordHash = await hash('password');
await db
.insert(schema.scorers)
.values({