Serverless built updates (#17351)

follow up of https://github.com/twentyhq/twenty/pull/17317
This commit is contained in:
martmull
2026-01-22 16:04:29 +01:00
committed by GitHub
parent 7fcc43f96b
commit a68e05682b
24 changed files with 194 additions and 159 deletions
@@ -251,7 +251,7 @@ describe('WorkflowVersionStepOperationsWorkspaceService', () => {
deletedAt: null,
runtime: ServerlessFunctionRuntime.NODE22,
timeoutSeconds: 30,
handlerPath: 'src/index.ts',
sourceHandlerPath: 'src/index.ts',
builtHandlerPath: 'index.mjs',
handlerName: 'main',
checksum: null,
@@ -331,7 +331,7 @@ describe('WorkflowVersionStepOperationsWorkspaceService', () => {
deletedAt: null,
runtime: ServerlessFunctionRuntime.NODE22,
timeoutSeconds: 30,
handlerPath: 'src/index.ts',
sourceHandlerPath: 'src/index.ts',
builtHandlerPath: 'index.mjs',
handlerName: 'main',
checksum: null,