Create Files unit to manage filesystem implementations defined in config

This commit is contained in:
2021-03-29 11:12:16 -05:00
parent 6f73df3465
commit e772d12f20
3 changed files with 159 additions and 0 deletions

View File

@@ -55,6 +55,7 @@ export * from './service/CanonicalStatic'
export * from './service/FakeCanonical'
export * from './service/Config'
export * from './service/Controllers'
export * from './service/Files'
export * from './service/HTTPServer'
export * from './service/Routing'
export * from './service/Middlewares'