fix: reanalyze edited messages

This commit is contained in:
MythEclipse
2026-05-14 20:10:16 +07:00
parent dbfc6866f9
commit 44368e646f
16 changed files with 2233 additions and 23 deletions
+3
View File
@@ -1,4 +1,7 @@
import { defineConfig } from "vitest/config";
import { config } from "dotenv";
config({ path: ".env.test" });
export default defineConfig({
test: {