UNPKG

dt-app

Version:

The Dynatrace App Toolkit is a tool you can use from your command line to create, develop, and deploy apps on your Dynatrace environment.

5 lines (4 loc) 260 B
import type { FastifyInstance } from 'fastify'; import type { ResolvedServerOptions } from '../../utils/config/cli-options'; /** Creates and returns fastify server */ export declare function createFastifyServer(server: ResolvedServerOptions): FastifyInstance;