wing-ops/.claude/settings.local.json
htlee fb556fad9e chore: 프로젝트 초기 구성
- frontend: React 19 + Vite 7 + Leaflet + Tailwind + Zustand
- backend: Express + better-sqlite3 + TypeScript
- database: PostgreSQL 초기화 스크립트
- .gitignore: 대용량 참고자료(scat, 참고용) 및 바이너리 파일 제외
- .env.example: API 키 템플릿

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-27 11:06:21 +09:00

31 lines
1.0 KiB
JSON
Executable File

{
"permissions": {
"allow": [
"Bash(npm install:*)",
"Bash(npx tailwindcss init:*)",
"Bash(/Users/nankyunglee/Documents/wing/LayerList_New.csv:*)",
"Bash(/Users/nankyunglee/Documents/wing/backend/src/utils/layerIcons.ts:*)",
"Bash(/Users/nankyunglee/Documents/wing/transform_layers.js:*)",
"Bash(__NEW_LINE_5781bf96384c4503__ node /Users/nankyunglee/Documents/wing/transform_layers.js)",
"Bash(__NEW_LINE_2dfc1a230be907fa__ node /Users/nankyunglee/Documents/wing/transform_layers.js)",
"Bash(npm run db:seed:*)",
"Bash(npm run dev:*)",
"Bash(lsof:*)",
"Bash(xargs kill:*)",
"Bash(npm start)",
"Bash(npm run build:*)",
"Bash(curl:*)",
"WebFetch(domain:www.khoa.go.kr)",
"WebFetch(domain:opendrift.github.io)",
"WebFetch(domain:www.windy.com)",
"Bash(npx tsc:*)",
"Bash(brew install:*)",
"Bash(python3:*)",
"Bash(npx vite build:*)",
"Bash(pdftotext:*)",
"Bash(wc:*)",
"Bash(ls:*)"
]
}
}