SBOL Data Lab — UI not built

The server is running, but the embedded TypeScript UI was not compiled into this binary.

Likely causes:

Rebuild with Node 20+ available:

cargo build --release -p sbol-db

Or disable the lab entirely with SBOL_DB_LAB_ENABLED=false.