Open
Description
What version of Effect is running?
No response
What steps can reproduce the bug?
pnpm create effect-app
choose template, monorepo
pnpm install
pnpm build
if changesets were selected as on, it will fail on the install with:
ERR_PNPM_PATCH_NOT_APPLIED The following patches were not applied: @changesets/[email protected]
If changesets were selected as off, it will fail on the build with a bunch of typescript errors
What is the expected behavior?
No response
What do you see instead?
No response
Additional information
No response