-
Hi folks, I think this must be Typescript related but I am not able to make Eden to work using Bun Workspaces. You can try by converting the example repository to workspace. You will get this after changing: ![]() Not sure if we need to do something else on the client side to make it work |
Beta Was this translation helpful? Give feedback.
Answered by
jonyw4
Dec 16, 2024
Replies: 1 comment 1 reply
-
This error is simply telling you that you have created a const |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was able to make it work by adding
"@types/bun": "^1.1.8"
in the root level.