chore: build cleanup, fix lint errors in our changes, fix login Suspense boundary

This commit is contained in:
2026-04-27 07:31:19 +08:00
parent e3399cef13
commit 10fdbe9cee
3 changed files with 16 additions and 11 deletions
+1 -2
View File
@@ -1,12 +1,11 @@
import { Elysia, t } from "elysia"
import { auth } from "@/lib/auth"
import { db } from "@/lib/db/index"
import {
performanceEntries,
gameVersions,
hardware,
} from "@/lib/db/schema"
import { eq, sql, and } from "drizzle-orm"
import { eq, sql } from "drizzle-orm"
import { requireRole } from "@/lib/auth/guard"
export const performanceSubmitRoutes = new Elysia({ prefix: "/performance" })