refactor: reach adapter groups through their barrel
bootstrap과 feature 어댑터가 어댑터 내부 파일을 직접 겨누던 15곳을 그룹 배럴로 바꾼다. 커널(platform/**) 간선과 그룹 내부 import는 파일 경로를 유지한다 — check:adapter-inventory가 그 경로를 직접 검증한다. 번들 영향 없음: 초기 JS가 도입 전후 모두 181114 gzip bytes로 동일하다. sideEffects 선언 없이도 재수출이 트리셰이킹된다. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 5
parent
b29a4717da
commit
1606d9b0c1
@@ -2,8 +2,8 @@ import type { Preview } from "@storybook/react-vite";
|
||||
import { QueryClientProvider } from "@tanstack/react-query";
|
||||
import { MemoryRouter } from "react-router-dom";
|
||||
|
||||
import { createAnonymousSessionAdapter } from "../src/adapters/auth/external-session-adapter.ts";
|
||||
import { createQueryClient } from "../src/adapters/query-cache/tanstack-query-cache.ts";
|
||||
import { createAnonymousSessionAdapter } from "../src/adapters/auth/index.ts";
|
||||
import { createQueryClient } from "../src/adapters/query-cache/index.ts";
|
||||
import { createApplication } from "../src/application/create-application.ts";
|
||||
import { LocaleProvider } from "../src/presentation/i18n/index.ts";
|
||||
import { ApplicationProvider } from "../src/presentation/providers/application-provider.tsx";
|
||||
|
||||
Reference in New Issue
Block a user