Further attempt to fix downstream import issue
All checks were successful
Publish to Private NPM Registry / publish (push) Successful in 30s

This commit is contained in:
Alan Bridgeman 2026-01-07 11:40:52 -06:00
parent e8456dc25b
commit 61df35a271

View file

@ -14,6 +14,6 @@ export {
OAuthApp OAuthApp
}; };
export * from './controllers/index'; export * from './controllers/index.js';
export * from './decorators/index'; export * from './decorators/index.js';
export * from './middlewares/index'; export * from './middlewares/index.js';