변경 전: api/ ├── common/client.js ├── pc/admin/ ├── pc/common/ └── pc/public/ 변경 후: api/ ├── client.js ├── admin/ └── public/ - PC/Mobile 구분 제거 (같은 API 사용) - 모든 import 경로 업데이트 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| public | ||
| src | ||
| Dockerfile | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| postcss.config.js | ||
| tailwind.config.js | ||
| vite.config.js | ||