static Live = Layer.effect(
this,
Config
.all({
account: Config.string('JAZZ_ACCOUNT'),
password: Config.redacted('JAZZ_PASSWORD'),
})
.pipe(Effect.map(identity)),
);
static Live = Layer.effect(
this,
Config
.all({
account: Config.string('JAZZ_ACCOUNT'),
password: Config.redacted('JAZZ_PASSWORD'),
})
.pipe(Effect.map(identity)),
);