This will link dependencies within wallet monorepo to your global pnpm store, enabling you to use @fuel-ui and/or @fuel-ts packages via links in your local projects.
This task may be tedious, but you can accomplish it by following these steps:
In the root directory of the repositories(@fuel-ui and/or @fuel-ts):
Link dependency to global pnpm store:
pnpm -r exec pnpm link --global --dir ./
Watch your changes and make sure they will reflect in wallet: