mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-04 06:12:10 +03:00
The new src/lib/db/accessTokens.ts is consumed by direct "@/lib/db/accessTokens" imports (4 /api/cli/* routes + server/authz/accessTokenAuth.ts), never barrel-imported from localDb.ts (Hard Rule #2). Add it to INTENTIONALLY_INTERNAL so the db-rules gate (Fast Quality Gates) passes without re-exporting it (which would incentivize the forbidden barrel-import anti-pattern).