export class TestService extends Effect.Service<TestService>()('app/Test', {
effect: Effect.gen(function* () {
yield* Console.log("Run this only when this service is used for the first time??";
return {};
})
})
export class TestService extends Effect.Service<TestService>()('app/Test', {
effect: Effect.gen(function* () {
yield* Console.log("Run this only when this service is used for the first time??";
return {};
})
})