The server uses trustauth as a dependency only for testing. When deploying, the Dockerfile (rightly) doesn't COPY rustsystem-trustauth.
It's currently listed as a dev-dependency, but compilation still fails because it doesn't exist in the containerized namespace
The server uses trustauth as a dependency only for testing. When deploying, the Dockerfile (rightly) doesn't COPY
rustsystem-trustauth.It's currently listed as a dev-dependency, but compilation still fails because it doesn't exist in the containerized namespace