You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Got an error when trying to run pnpm clean in a repo bootstrapped with effect create app. This is because the glob is missing in devDependencies. We should add it like in the effect repo https://github.com/Effect-TS/effect/blob/main/package.json#L73
What is the expected behavior?
No response
What do you see instead?
No response
Additional information
No response
The text was updated successfully, but these errors were encountered:
What version of Effect is running?
No response
What steps can reproduce the bug?
Got an error when trying to run
pnpm clean
in a repo bootstrapped with effect create app. This is because theglob
is missing indevDependencies
. We should add it like in the effect repo https://github.com/Effect-TS/effect/blob/main/package.json#L73What is the expected behavior?
No response
What do you see instead?
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: