Paul Spicer
Results
2
issues of
Paul Spicer
It's very possible that I'm just going about this all wrong, but I'm trying to set up my workspace config so that typecheck includes types from domains that I've specified...
If I set up seneca-mesh as follows with a static port and auto:false ``` javascript seneca({transport: {host: ip, port: 12345}}) .use('mesh', {auto: false, isbase: true, host: ip, bases: [ip:12345], port:...