mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-02 18:20:39 +08:00
0416e51c83
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 ```