Michał Jaworski
Michał Jaworski
## I got rid of this problem with this one simple trick: just surround the next same header by quotation marks and add null char at the beginning. ```yaml headers:...
It's also applicable to my project. Thx guys for mentioning `--headless=old`. It works like a charm.
I created a lightweight custom Nx cache server written in Rust. So I just wanna share a link with you here. It's private. Zero telemetry. https://github.com/nxcite/nx-cache-server
In my case, adding the `--external` flag helped. Example build command ``` bun build src/main.ts --outdir ./dist --target bun --external css-tree --external stylelint ``` Then I run it with success:...