发布

  • fix(core): do not depend on ci info crate (#28850)

    frostbyte_neo 发布于 2024-11-08 20:28:13 +00:00

    Current Behavior

    The way VS Code / Nx Console starts the daemon makes the ci info rust
    crate believe that the daemon process is running in CI. This starts the
    database using the unix dotfile... which causes issues

    Expected Behavior

    The ci info rust crate is not used, we have our own logic which is
    identical to the JS logic we have.

    Related Issue(s)

    Fixes #

    下载附件