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.

8 lines (7 loc) 358 B
import type { Plugin } from 'vite'; /** * Vite plugin that provides app function execution as a Connect middleware. * Ports packages/cli/src/dev/fastify/app-function-plugin.ts to Vite's configureServer hook. * Functions/actions are still built by esbuild; this plugin only handles HTTP serving. */ export declare function dtFunctionVitePlugin(): Plugin;