mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-25 14:25:02 +00:00
code: nextjs,frontends,pages (2 files)
This commit is contained in:
@@ -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'
|
||||
|
||||
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user