Chris Alatorre
Chris Alatorre
I believe this is similar. I'm not necessarily trying to pass a function as a customParameters but thats what I tried and failed to accomplish my goal. I have an...
It worked to send a string of the location of actors. Although currently the example lives in the same repo as the server. At some point when it gets npm...
``` const SA = require('../index.js'); const server = new SA.Server({ staticRegEx: /.*\/public/i, staticUrl: `${process.cwd()}/example/dist`, actors: [ { actor: '/actors/requestParserActor' }, { actor: '/actors/localizationActor', config: { project: 'snkrs' } }, {...
I am creating them through createChild. That code leaves out a bit but I could post more if your not getting the gist.
Not every team has the same needs. I was trying to give them a way to pass in their needs