code: with,sandbox,nextjs (1 files)

This commit is contained in:
2025-12-26 04:04:19 +00:00
parent b000ea90c4
commit 8fc0bef020

View File

@@ -2,7 +2,7 @@ import type { LuaExecutionContext } from '../types'
import type { LuaExecutionResult } from '../types'
import type { SecurityScanResult } from '../../../../security/scanner/security-scanner'
import { securityScanner } from '../../../../security/scanner/security-scanner'
import { LuaEngine } from '../../../../engine/core/LuaEngine'
import { LuaEngine } from '../../../engine/core/LuaEngine'
import type { SandboxedLuaEngineState } from './types'
export interface SandboxedLuaResult {