Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@ todos.json
venv/
__pycache__/
.venv/
.adk
.adk
cofacts.ai_ui_mockup
.claude
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"format": "prettier",
"check": "prettier --write . && eslint --fix",
"install:agent": "uv sync --project adk",
"postinstall": "pnpm run install:agent"
"postinstall": "pnpm run install:agent",
"typegen": "openapi-typescript http://localhost:8000/openapi.json -o src/lib/adk-types.d.ts && sed -i '' 's/: unknown/: {}/g' src/lib/adk-types.d.ts"
Comment thread
MrOrz marked this conversation as resolved.
},
"dependencies": {
"@base-ui/react": "^1.2.0",
Expand All @@ -30,6 +31,7 @@
"clsx": "^2.1.1",
"lucide-react": "^0.574.0",
"nitro": "latest",
"openapi-fetch": "^0.17.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"shadcn": "^3.8.5",
Expand All @@ -49,6 +51,7 @@
"@vitejs/plugin-react": "^5.0.4",
"concurrently": "^9.2.1",
"jsdom": "^27.0.0",
"openapi-typescript": "^7.13.0",
"prettier": "^3.5.3",
"typescript": "^5.7.2",
"vite": "^7.1.7",
Expand Down
Loading
Loading