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

@@ -14,7 +14,10 @@
"test": "vitest",
"test:run": "vitest run",
"e2e": "VITE_API_MODE=server playwright test",
"e2e:mock": "VITE_API_MODE=mock playwright test"
"e2e:mock": "sh -c 'if [ \"$#\" -gt 0 ]; then VITE_API_MODE=mock playwright test \"$@\"; else npm run e2e:mock:chromium && npm run e2e:mock:mobile-chrome; fi' --",
"e2e:mock:raw": "VITE_API_MODE=mock playwright test",
"e2e:mock:chromium": "VITE_API_MODE=mock playwright test --project=chromium --workers=1",
"e2e:mock:mobile-chrome": "VITE_API_MODE=mock playwright test --project=mobile-chrome --workers=1"
},
"dependencies": {
"@tanstack/react-query": "^5.101.4",