Choosing the Best Environment for `@effect/platform` Modules: Node.js, Deno, or Bun?
So I've been using nodejs 22 with bit.dev as my package manager for a short while now, and I want to switch to pnpm/bun/deno workspaces directly for a new project, just wondering for the
@effect/platform
@effect/platform
modules, which of Node / Deno / Bun would effect recommend? I used to use deno for it's better TS support without configuration, but now TS files are supported by nodejs itself, i'm not sure which would be best for a new project.