mirror of
https://github.com/logos-storage/logos-storage-installer.git
synced 2026-01-05 23:13:06 +00:00
9 lines
159 B
JavaScript
9 lines
159 B
JavaScript
export class Installer {
|
|
constructor(configService) {
|
|
this.configService = configService;
|
|
}
|
|
|
|
isCodexInstalled = async () => {
|
|
return false;
|
|
}
|
|
} |