Add mechanism for NPM package auto-discovery
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-07-02 21:45:15 -05:00
parent 5d960e6186
commit b3b5b169e8
6 changed files with 204 additions and 0 deletions

View File

@@ -71,6 +71,7 @@ export * from './service/Middlewares'
export * from './support/cache/MemoryCache'
export * from './support/cache/CacheFactory'
export * from './support/NodeModules'
export * from './views/ViewEngine'
export * from './views/ViewEngineFactory'