Skip to main content

buildRuntimeBackendServer

@lowcode/runtime-backend


Function: buildRuntimeBackendServer()

buildRuntimeBackendServer(options): FastifyInstance

Defined in: server.ts:186

Создаёт Fastify-инстанс runtime-backend с базовыми роутами.

Parameters

options

RuntimeBackendServerOptions = {}

Дополнительные настройки (например secrets provider).

Returns

FastifyInstance

Готовый Fastify-сервер.