mirror of
https://github.com/logos-storage/logos-storage-installer.git
synced 2026-01-03 22:13:07 +00:00
wip
This commit is contained in:
parent
c8d96425d8
commit
10e1a33cc4
9
src/handlers/installer.js
Normal file
9
src/handlers/installer.js
Normal file
@ -0,0 +1,9 @@
|
||||
export class Installer {
|
||||
constructor(configService) {
|
||||
this.configService = configService;
|
||||
}
|
||||
|
||||
isCodexInstalled = async () => {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user