portfolio tech
This commit is contained in:
7
portfolio-view/.claude/settings.json
Normal file
7
portfolio-view/.claude/settings.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"permissions": {
|
||||
"allow": [
|
||||
"Bash(npm run:*)"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -75,7 +75,6 @@ export function ArchitectureSection() {
|
||||
const nginxBot = Y_NGINX + H_SM
|
||||
const gwBot = Y_GATEWAY + H_MD
|
||||
const svcBot = Y_SVC + H_MD
|
||||
const infraMidY = svcBot + (Y_INFRA - svcBot) / 2 // ≈ 332
|
||||
|
||||
// ── nginx box ───────────────────────────────────────────────
|
||||
const nginxW = 150
|
||||
|
||||
@@ -1 +1 @@
|
||||
{"root":["./src/app.tsx","./src/main.tsx","./src/components/chat/chatinput.tsx","./src/components/chat/chatmessage.tsx","./src/components/chat/chatwidget.tsx","./src/components/hero/herosection.tsx","./src/components/layout/footer.tsx","./src/components/layout/header.tsx","./src/components/projects/projectcard.tsx","./src/components/projects/projectssection.tsx","./src/hooks/usehrguestauth.ts","./src/services/api.ts","./src/types/index.ts","./vite.config.ts"],"version":"5.7.3"}
|
||||
{"root":["./src/app.tsx","./src/main.tsx","./src/components/architecture/architecturesection.tsx","./src/components/chat/chatinput.tsx","./src/components/chat/chatmessage.tsx","./src/components/chat/chatwidget.tsx","./src/components/deliver/deliversection.tsx","./src/components/hero/herosection.tsx","./src/components/layout/footer.tsx","./src/components/layout/header.tsx","./src/components/projects/projectcard.tsx","./src/components/projects/projectssection.tsx","./src/components/tech/techstacksection.tsx","./src/hooks/usehrguestauth.ts","./src/services/api.ts","./src/types/index.ts","./vite.config.ts"],"version":"5.7.3"}
|
||||
Reference in New Issue
Block a user