feat(ai-character): 리소스 관리 기반 정비

This commit is contained in:
Yu Sung
2026-08-01 01:30:24 +09:00
parent 55ba0df77a
commit a1cae336d9
73 changed files with 5162 additions and 816 deletions

View File

@@ -28,6 +28,7 @@ export default defineConfig(({ mode }) => {
setupFiles: ["./src/shared/test/setup.ts"],
globals: true,
exclude: [...configDefaults.exclude, "tests/e2e/**"],
fileParallelism: false,
},
};
});