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

This commit is contained in:
Alan Bridgeman 2026-01-07 11:31:25 -06:00
parent 8d223b9a15
commit a29dd780e8

View file

@ -13,6 +13,7 @@ export {
StaticFileResolver,
OAuthApp
};
export * from './controllers';
export * from './decorators';
export * from './middlewares';
export * from './controllers/index';
export * from './decorators/index';
export * from './middlewares/index';