mirror of
https://github.com/morten-olsen/homelab-operator.git
synced 2026-02-08 01:36:28 +01:00
add deployments
This commit is contained in:
@@ -4,9 +4,6 @@ type Dependency<T> = new (services: Services) => T;
|
||||
|
||||
class Services {
|
||||
#instances = new Map<Dependency<unknown>, unknown>();
|
||||
constructor() {
|
||||
console.log('Constructor', 'bar');
|
||||
}
|
||||
|
||||
public get log() {
|
||||
return this.get(LogService);
|
||||
|
||||
Reference in New Issue
Block a user