mirror of
https://github.com/Start9Labs/start-sdk.git
synced 2026-04-04 14:29:47 +00:00
chore: Add the wrapperData, bound effects, and sdk
This commit is contained in:
@@ -74,7 +74,6 @@ export class Daemons<Ids extends string | never> {
|
||||
const daemonsStarted = {} as Record<Ids, Promise<DaemonReturned>>;
|
||||
const { effects } = this;
|
||||
const daemons = this.daemons ?? [];
|
||||
const _config = await effects.getServiceConfig();
|
||||
for (const daemon of daemons) {
|
||||
const requiredPromise = Promise.all(
|
||||
daemon.requires?.map((id) => daemonsStarted[id]) ?? []
|
||||
|
||||
Reference in New Issue
Block a user