Replies: 1 comment 1 reply
-
The hardcoded version is same as the workspace version (intentionally), so it means the same as |
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
-
Should we have a playground or something more convenient for us to debug?
Currently, examples in the examples folder are using the hardcode waku version. Whenever we want to test our code, we can only change some example's package.json to "waku": "workspace:*", and run
pnpm i
in root dir. We should have a playground folder that uses the workspace waku source code. And every pr should not change playground code, to have a better DX.Beta Was this translation helpful? Give feedback.
All reactions