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.
4 lines (3 loc) • 329 B
TypeScript
import type { ResolvedCliOptions } from '../../utils/config/cli-options';
/** Starts the esbuild watcher listening to change event. Additionally It will start the internal watcher to reset the esbuild process on delete and add events */
export declare function initFunctionWatcher(cliOptions: ResolvedCliOptions): Promise<void>;