noot
This commit is contained in:
parent
7986b85d27
commit
63d273150e
@ -116,6 +116,9 @@ export class WorkerCommand extends Command {
|
||||
connection,
|
||||
namespace: config.TEMPORAL_NAMESPACE,
|
||||
workflowsPath: require.resolve('../workflows'),
|
||||
dataConverter: {
|
||||
payloadConverterPath: require.resolve('../payload-converter'),
|
||||
},
|
||||
bundlerOptions: {
|
||||
webpackConfigHook: (config)=>{
|
||||
if(!config.resolve) config.resolve = {};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user