noot
Some checks failed
commit-tag / commit-tag-image (map[context:./migrations file:./migrations/Dockerfile name:migrations]) (push) Successful in 19s
commit-tag / commit-tag-image (map[context:./ts file:./ts/Dockerfile name:ts]) (push) Failing after 38s

This commit is contained in:
a 2025-03-30 19:11:56 -05:00
parent 7986b85d27
commit 63d273150e
No known key found for this signature in database
GPG Key ID: 2F22877AA4DFDADB

View File

@ -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 = {};