update
This commit is contained in:
@@ -289,6 +289,16 @@ export class RegistryManager {
|
||||
return token;
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the registry status
|
||||
*/
|
||||
getStatus(): { running: boolean; port: number } {
|
||||
return {
|
||||
running: this.isInitialized,
|
||||
port: this.options.port || 4000,
|
||||
};
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the registry base URL
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user