Update dependencies & fix misc formatting errors
This commit is contained in:
@@ -1,15 +1,11 @@
|
||||
import {Singleton, Inject} from '../di'
|
||||
import {Singleton} from '../di'
|
||||
import {CanonicalRecursive} from './CanonicalRecursive'
|
||||
import {Logging} from './Logging'
|
||||
|
||||
/**
|
||||
* Canonical unit that loads configuration files from `app/configs`.
|
||||
*/
|
||||
@Singleton()
|
||||
export class Config extends CanonicalRecursive {
|
||||
@Inject()
|
||||
protected readonly logging!: Logging
|
||||
|
||||
protected appPath: string[] = ['configs']
|
||||
|
||||
protected suffix = '.config'
|
||||
|
||||
Reference in New Issue
Block a user