It looks like you're encountering a couple of issues with your setup. Let's address them one by one:
Hi, just getting started with effect (had some experience with ZIO 1.0 few year back)
i created the project using cli template and disappointingly having difficulties already
started with updating Cli.ts by following this example https://github.com/effect-ts/effect/tree/main/packages/cli#basic-usage
I have now
but running it doesn't output anything. Additionally VSCode reports an issue
Any ideas what is happening?
i created the project using cli template and disappointingly having difficulties already
started with updating Cli.ts by following this example https://github.com/effect-ts/effect/tree/main/packages/cli#basic-usage
I have now
but running it doesn't output anything. Additionally VSCode reports an issue
Property 'log' does not exist on type 'Tag<Console, Console>'.ts(2339)Any ideas what is happening?
