style: format and lint codebase using Biome v2

This commit is contained in:
MythEclipse
2026-05-18 07:29:01 +07:00
parent 3f4e697733
commit cf79a1f195
22 changed files with 638 additions and 528 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
import logger from '../utils/logger';
import { db } from '../db';
import { sql } from 'drizzle-orm';
import { db } from '../db';
import logger from '../utils/logger';
export const handleHealth = async (_req: Request): Promise<Response> => {
try {