Files
InfiniteAPI/Example
Claude b69f6c6b6b example: use structured logging instead of console.log
Refactor example.ts to use pino logger with structured data:
- Replace all console.log with logger.debug/fatal
- Use objects for data instead of string concatenation
- Add contacts.upsert event handler
- Improves log filtering and searchability
2026-01-22 20:03:32 +00:00
..