I follow the README and run "pnpm build", but it failed with Command "build" not found It works if I "cd workspace/extension" first. ❯ pnpm --version 9.11.0 Shall we add "cd workspace/extension" to the README? ```diff git clone https://github.com/sveltejs/svelte-devtools.git cd svelte-devtools pnpm install + cd workspace/extension pnpm build ``` Also, "cd workspace/website" and running "pnpm build" throws error, too error during build: Error: src/app.html does not exist