fix: resolve all build errors and ensure clean build

This commit is contained in:
2026-04-25 14:51:06 +08:00
parent 86d9c9b1fa
commit a7cafe7ae5
4 changed files with 18 additions and 8 deletions
+1 -1
View File
@@ -33,9 +33,9 @@ export const app = new Elysia({ prefix: "/api" })
error: code === "NOT_FOUND" ? "Not found" : "Internal server error",
}
})
.use(healthRoutes)
.use(rateLimit(60, 100))
.use(betterAuth)
.use(healthRoutes)
.use(userRoutes)
.get("/", () => ({
name: "DeckyVault API",