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