- Vite 5 + React 18 + TypeScript 5 + Tailwind 3 scaffold in web/ - ClickHouse design tokens (volt, forest, canvas, charcoal, near-black) in tailwind.config.ts - TanStack Router v1 with placeholder routes for /, /item/$id, /intake, /scan - TanStack Query v5 QueryClientProvider + Zustand uiStore - shadcn/ui Button (neon/forest/secondary/outline/ghost), Card, Badge with ClickHouse variants - Vite proxy: /api -> http://localhost:8080 - Makefile: added frontend and dev-frontend targets - Fixed: @typescript-eslint v8 for ESLint v9 compatibility; @types/node for vite.config.ts
13 lines
275 B
Text
13 lines
275 B
Text
.env
|
|
# ai_config.json is committed as a template (placeholder keys only).
|
|
# Create ai_config.local.json for real API keys — never commit it.
|
|
ai_config.local.json
|
|
|
|
# Frontend build artifacts
|
|
web/node_modules/
|
|
web/dist/assets/
|
|
web/*.tsbuildinfo
|
|
|
|
# Go build output
|
|
bin/
|
|
hwlab
|