c88967cb6f6f9077cde52ef42df15e11b6d8da35
- 자식 노드에서 부모와 겹치는 경로 + 앞의 / 제거 /about → about, /about/press → press - 쿼리 파라미터가 있는 URL을 path 하위에 쿼리만 표시 /search?q=foo → search 하위에 q=foo - findPathParent에서 쿼리 URL의 부모를 같은 path로 매핑 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
web-inspector
Overview
프로젝트 설명을 여기에 작성하세요.
Tech Stack
- Template: fullstack
- Stack: Next.js + FastAPI + MongoDB + Redis
- Created: 2026-02-12
Getting Started
# 서비스 시작
docker-compose up -d
# 서비스 로그
docker-compose logs -f
# 서비스 중지
docker-compose down
Project Structure
web-inspector/
├── backend/ # FastAPI 백엔드
│ ├── app/
│ │ └── main.py # 엔트리포인트
│ ├── Dockerfile
│ └── requirements.txt
├── frontend/ # Next.js 프론트엔드
├── docker-compose.yml
├── .env
└── CLAUDE.md
Git
Description
Languages
TypeScript
54%
Python
41.9%
HTML
1.7%
JavaScript
1.5%
Dockerfile
0.4%
Other
0.5%