Skip to content

Fix circular import and update middleware documentation#27

Merged
zulfikar-ditya merged 2 commits into
aolus-software:mainfrom
zulfikar-ditya:main
May 28, 2026
Merged

Fix circular import and update middleware documentation#27
zulfikar-ditya merged 2 commits into
aolus-software:mainfrom
zulfikar-ditya:main

Conversation

@zulfikar-ditya

Copy link
Copy Markdown
Member

This pull request makes minor improvements to documentation and refactors an import for clarity and specificity. The changes are straightforward and do not affect application logic.

  • In CLAUDE.md, the middleware and routing steps are renumbered for accuracy and clarity.
  • In src/libs/config/config.validator.ts, the logger import is updated to use a more specific path: @utils/hono/logger.

zulfikar-ditya and others added 2 commits May 28, 2026 09:38
config.validator imported logger via the @utils barrel, which re-exports
encrypt.ts → @config, causing a TDZ error on AppConfig at startup. Import
logger directly from @utils/hono/logger to break the cycle. Also fix
middleware numbering in CLAUDE.md.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
refactor: replace ioredis with Bun's built-in RedisClient
@zulfikar-ditya zulfikar-ditya merged commit dd6d546 into aolus-software:main May 28, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant