fix(ci): Fix Docker images and npm registry URL in CI workflows
This commit is contained in:
@@ -5,7 +5,7 @@ import { Service } from './classes.service.js';
|
||||
export class ServiceManager {
|
||||
public typedrouter = new plugins.typedrequest.TypedRouter();
|
||||
public cloudlyRef: Cloudly;
|
||||
|
||||
|
||||
get db() {
|
||||
return this.cloudlyRef.mongodbConnector.smartdataDb;
|
||||
}
|
||||
@@ -15,4 +15,4 @@ export class ServiceManager {
|
||||
constructor(cloudlyRef: Cloudly) {
|
||||
this.cloudlyRef = cloudlyRef;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user