Fix security issues and linting errors

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-01-08 01:24:38 +00:00
parent fa2f365608
commit 8765b6c589
10 changed files with 103 additions and 67 deletions

View File

@@ -1,6 +1,6 @@
import * as bcrypt from 'bcryptjs';
import { drizzle } from 'drizzle-orm/node-postgres';
import { Pool } from 'pg';
import * as bcrypt from 'bcryptjs';
import { adminUserSchema } from '../src/models/Schema';
async function seedAdminUser() {