code: nextjs,frontends,pages (2 files)

This commit is contained in:
2025-12-26 04:20:36 +00:00
parent 419e09a3e0
commit b4850eb4d0
2 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
import { createSandboxedLuaEngine } from '../../lua/create-sandboxed-lua-engine'
import type { SandboxedLuaResult } from '../../lua/sandboxed-lua-engine'
import { createSandboxedLuaEngine } from '../../lua/engine/sandbox/create-sandboxed-lua-engine'
import type { SandboxedLuaResult } from '../../lua/engine/sandbox/sandboxed-lua-engine'
import type { WorkflowExecutionContext } from '../workflow-execution-context'
import type { WorkflowState } from '../workflow-state'
import { logToWorkflow } from '../log-to-workflow'

View File

@@ -1,5 +1,5 @@
import { Database } from '@/lib/database'
import { getPageDefinitionBuilder } from '@/lib/rendering/page-definition-builder'
import { getPageDefinitionBuilder } from '@/lib/rendering/page/page-definition-builder'
export async function initializePages() {
const existingPages = await Database.getPages()