Thanks! That seems to have done the trick!
Next issue I have is that starting the daemon doesn't seem to start any process that I could find, just silently exits (I think):
```
$ pnpm run signet -- start --key main-key
> signet@1.0.0-beta signet /home/signet/src/signet/apps/signet
> node dist/index.js -- start --key main-key
$
```