feat(ai-character): 리소스 관리 기반 정비
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user