summaryrefslogtreecommitdiffhomepage
path: root/package.json
AgeCommit message (Collapse)Author
2025-06-07Infra: use Astro componentFrank
2025-06-05share ssrJay V
2025-06-03syncDax Raad
2025-06-01Fix TypeScript errors and clean up unused importsDax Raad
- Remove unused fs import from app.ts - Remove unused LLM import and missing module reference from server.ts - Fix parameter naming inconsistency in fetch.ts execute function - Add missing metadata property to fetch.ts return statement - Update test file to use correct API signatures and parameter names - Remove unused parameters from example.ts 🤖 Generated with opencode Co-Authored-By: opencode <[email protected]>
2025-05-30Update package dependencies and lock fileDax Raad
Synchronized package.json and bun.lock with latest dependency versions and optimized package structure. 🤖 Generated with opencode Co-Authored-By: opencode <[email protected]>
2025-05-30Optimize package management with catalog and exact versionsDax Raad
- Add catalog feature to centralize common dependency versions - Convert all package versions to exact (remove ^ prefixes) - Move prettier to root package only to reduce duplication - Configure bunfig.toml for exact dependency installs - Improve version consistency across workspace packages 🤖 Generated with opencode Co-Authored-By: opencode <[email protected]>
2025-05-30syncDax Raad