mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 20:38:52 +00:00
This PR removes the blocksuite local debug option when running `yarn dev`. After this, to enable local debugging, simply run ```sh yarn link <path-to-blocksuite> -A yarn dev ``` You can disable local debugging by running ```sh yarn unlink <path-to-blocksuite> -A ```