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

View File

@@ -13,6 +13,9 @@ license = "Apache-2.0"
[lib]
proc-macro = true
[features]
disable-registration = []
[dependencies]
# Workspace dependencies
syn = { workspace = true }