Exclude node registry functions from desktop frontend builds (#3584)

* Exclude node registry functions from desktop frontend builds

This reduces compile times and file sizes

* Use early return

* Fix branch name in build-linux pipeline
This commit is contained in:
Dennis Kobert
2026-01-06 13:34:15 +01:00
committed by GitHub
parent 02e3293e72
commit e88db022af
5 changed files with 25 additions and 13 deletions

1
Cargo.lock generated
View File

@@ -2481,6 +2481,7 @@ dependencies = [
"js-sys",
"log",
"math-parser",
"node-macro",
"ron",
"serde",
"serde-wasm-bindgen",