From d9cb8e57b2f78b90d8e720cd995b4e8863dd6138 Mon Sep 17 00:00:00 2001 From: JohnDoe6345789 Date: Thu, 25 Dec 2025 22:58:59 +0000 Subject: [PATCH] code: nextjs,lua,frontends (1 files) --- frontends/nextjs/src/lib/workflow/execute-lua-code.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontends/nextjs/src/lib/workflow/execute-lua-code.ts b/frontends/nextjs/src/lib/workflow/execute-lua-code.ts index a0d8ba18f..6b36c1ea3 100644 --- a/frontends/nextjs/src/lib/workflow/execute-lua-code.ts +++ b/frontends/nextjs/src/lib/workflow/execute-lua-code.ts @@ -1,4 +1,5 @@ -import { createSandboxedLuaEngine, type SandboxedLuaResult } from '../lua/sandboxed-lua-engine' +import { createSandboxedLuaEngine } from '../lua/create-sandboxed-lua-engine' +import type { SandboxedLuaResult } from '../lua/sandboxed-lua-engine' import type { WorkflowExecutionContext } from './workflow-execution-context' import type { WorkflowState } from './workflow-state' import { logToWorkflow } from './log-to-workflow'