refactor(messageStore): simplify message query conditions and pagination logic

chore(package): remove unused pnpm configuration
This commit is contained in:
MythEclipse
2026-05-21 00:45:35 +07:00
parent 480bcff5e2
commit c349736b89
3 changed files with 65 additions and 70 deletions
+1
View File
@@ -6,6 +6,7 @@ config({ path: ".env.test" });
export default defineConfig({
test: {
environment: "node",
fileParallelism: false,
include: ["tests/**/*.test.ts"],
},
});