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
I noticed that the official documentation (under "Build the front-end assets") still instructs users to run:
cd src/interface/web/
yarn install
yarn export
But the README mentions using bun install and bun dev.
Since yarn export fails in practice, could you please clarify which tool—Yarn or Bun—should be used and update the docs accordingly? This will help new contributors get started without confusion.